jfbview: 0.6.1 -> 0.7.0

This commit is contained in:
R. Ryantm
2026-06-25 14:27:04 +00:00
parent 51738c1bdc
commit bc0b3d21e1
+2 -2
View File
@@ -18,14 +18,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "jfbview";
version = "0.6.1";
version = "0.7.0";
src = fetchFromGitHub {
owner = "jichu4n";
repo = "jfbview";
tag = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-7iyDfMuGAXXLyDNz0d4jEQ+KfJ/LyUu4v1n0GcOKeEc=";
hash = "sha256-X52FBg4Jgb80OETu29p4lcWpT+OSRz1xfhw+IkFZr+I=";
};
__structuredAttrs = true;