megapixels: 1.8.2 -> 1.8.3

https://gitlab.com/megapixels-org/Megapixels/-/tags/1.8.3
This commit is contained in:
Luflosi
2024-12-29 00:58:19 +01:00
parent 0d7cc712de
commit 5f3eb7e6d8
+2 -2
View File
@@ -38,13 +38,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "megapixels";
version = "1.8.2";
version = "1.8.3";
src = fetchFromGitLab {
owner = "megapixels-org";
repo = "Megapixels";
rev = finalAttrs.version;
hash = "sha256-odsOYrk//ZhodsumLpJjhPDcwF1gkE/no166u+IDxSY=";
hash = "sha256-ZXr0gmO72zKHwORn4p8zKuGcdICvb5+L/Q9d/ty8zwA=";
};
nativeBuildInputs = [