xosview: 1.24 -> 1.25

This commit is contained in:
R. Ryantm
2026-01-19 23:57:49 +00:00
parent 2e606f2c97
commit 99f016e000
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xosview";
version = "1.24";
version = "1.25";
src = fetchFromGitHub {
owner = "hills";
repo = "xosview";
rev = finalAttrs.version;
hash = "sha256-9Pr7voJiCH7oBziMFRHCWxoyuGdndcdRD2POjiNT7yw=";
hash = "sha256-lAVMpdVeYENtJrnRiCVgMbti7fKdQusTBsNCVdJZJkA=";
};
outputs = [