Merge pull request #279081 from r-ryantm/auto-update/libxisf

libxisf: 0.2.10 -> 0.2.11
This commit is contained in:
maxine 2024-01-07 14:55:33 +01:00 committed by GitHub
commit d2e93a965f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,14 +11,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libxisf";
version = "0.2.10";
version = "0.2.11";
src = fetchFromGitea {
domain = "gitea.nouspiro.space";
owner = "nou";
repo = "libXISF";
rev = "v${finalAttrs.version}";
hash = "sha256-ME0x+1VyfuhJCldwJfjQCtfe9XQk1ptmhv4ghOyNuGA=";
hash = "sha256-wXIbU9/xUyECluL6k1oKS3NBpoC/qjQdW9e485qmlgo=";
};
patches = [