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

libxisf: 0.2.11 -> 0.2.12
This commit is contained in:
Nick Cao 2024-03-24 10:35:16 -04:00 committed by GitHub
commit b4f5775fc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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