Merge pull request #149271 from r-ryantm/auto-update/jp2a

jp2a: 1.1.0 -> 1.1.1
This commit is contained in:
Jörg Thalheim 2021-12-08 18:16:14 +00:00 committed by GitHub
commit 4ef289263d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,14 +11,14 @@
}:
stdenv.mkDerivation rec {
version = "1.1.0";
version = "1.1.1";
pname = "jp2a";
src = fetchFromGitHub {
owner = "Talinx";
repo = "jp2a";
rev = "v${version}";
sha256 = "1dz2mrhl45f0vwyfx7qc3665xma78q024c10lfsgn6farrr0c2lb";
sha256 = "sha256-CUyJMVvzXniK5fdZBuWUK9GLSGJyL5Zig49ikGOGRTw=";
};
makeFlags = [ "PREFIX=$(out)" ];