Merge pull request #306352 from dotlambda/megapixels

megapixels: 1.8.0 -> 1.8.1
This commit is contained in:
Nick Cao 2024-04-24 10:10:23 -04:00 committed by GitHub
commit 2c3499cc54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [