about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2023-11-12 03:26:32 +0100
committerGitHub <noreply@github.com>2023-11-12 03:26:32 +0100
commitc705dccf910d66f8f9ca10ba130e8dcd6a2e6063 (patch)
tree36cb27a9b06573150621a7e566a29c657235eb45
parent40981448841d67546957ad785e7eed0dc520caab (diff)
parent442d11ee4babe67e191c6f8650ed1b8fe8ba9ce5 (diff)
Merge pull request #266795 from r-ryantm/auto-update/lorien
lorien: 0.5.0 -> 0.6.0
-rw-r--r--pkgs/applications/graphics/lorien/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/lorien/default.nix b/pkgs/applications/graphics/lorien/default.nix
index c880e2e216797..ad7442a93ccbd 100644
--- a/pkgs/applications/graphics/lorien/default.nix
+++ b/pkgs/applications/graphics/lorien/default.nix
@@ -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 = [