libxisf: 0.2.11 -> 0.2.12

This commit is contained in:
R. Ryantm 2024-03-24 00:39:39 +00:00
parent 79863957ca
commit d6f20ec0fd
1 changed files with 2 additions and 2 deletions

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 = [