Merge pull request #276647 from r-ryantm/auto-update/zint

zint: 2.12.0 -> 2.13.0
This commit is contained in:
Azat Bahawi 2023-12-25 13:08:36 +03:00 committed by GitHub
commit 74fdb3d82c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "zint";
version = "2.12.0";
version = "2.13.0";
src = fetchFromGitHub {
owner = "zint";
repo = "zint";
rev = version;
hash = "sha256-Ay6smir6zUpadmw1WpU+F7e9t7Gk3JNVtf2VVu92bDk=";
hash = "sha256-/ILq/7A8Lffe2NuiABiV3KeYXapuL1SO55Qk3wXfC/8=";
};
outputs = [ "out" "dev" ];