1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

megapixels: 1.7.0 -> 1.8.0

https://gitlab.com/megapixels-org/Megapixels/-/tags/1.8.0
This commit is contained in:
Luflosi 2024-02-12 13:12:55 +01:00
parent 8f92ea094a
commit a74abfa17d
No known key found for this signature in database
GPG key ID: 743C5DD6900A1FF0

View file

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