Robert Schütz 2024-04-23 11:51:38 -07:00
parent 76e6d8b1a8
commit 462b716e8b
1 changed files with 2 additions and 2 deletions

View File

@ -29,13 +29,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "megapixels";
version = "1.8.0";
version = "1.8.1";
src = fetchFromGitLab {
owner = "megapixels-org";
repo = "Megapixels";
rev = finalAttrs.version;
hash = "sha256-J94kDSqQkfdltbYbzvJofd5o/Dhivtld475CaQs7+Ok=";
hash = "sha256-TXiPJbd4TPpsEvmD97F7xkm4rS1g+ViTVTNlxeXrQaw=";
};
nativeBuildInputs = [