megapixels: 1.8.0 -> 1.8.1
Diff: https://gitlab.com/megapixels-org/Megapixels/-/compare/1.8.0...1.8.1 Changelog: https://gitlab.com/megapixels-org/Megapixels/-/tags/1.8.1
This commit is contained in:
parent
76e6d8b1a8
commit
462b716e8b
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue