Skip to content

Commit

Permalink
Merge pull request #266795 from r-ryantm/auto-update/lorien
Browse files Browse the repository at this point in the history
lorien: 0.5.0 -> 0.6.0
  • Loading branch information
delroth committed Nov 12, 2023
2 parents 4098144 + 442d11e commit c705dcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/lorien/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ let
in
stdenv.mkDerivation rec {
pname = "lorien";
version = "0.5.0";
version = "0.6.0";

src = fetchFromGitHub {
owner = "mbrlabs";
repo = "Lorien";
rev = "v${version}";
sha256 = "sha256-x81Obana2BEGrYSoJHDdCkL6UaULfQGQ94tlrH5+kdY=";
sha256 = "sha256-mPv/3hyLGF3IUy6cKfGoABidIsyw4UfmhfhS4AD72K8=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit c705dcc

Please sign in to comment.