From 442d11ee4babe67e191c6f8650ed1b8fe8ba9ce5 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 11 Nov 2023 06:50:33 +0000 Subject: [PATCH] lorien: 0.5.0 -> 0.6.0 --- pkgs/applications/graphics/lorien/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/graphics/lorien/default.nix b/pkgs/applications/graphics/lorien/default.nix index c880e2e21679..ad7442a93ccb 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 = [