valijson: 1.0.4 -> 1.0.5

This commit is contained in:
R. Ryantm
2025-04-07 12:41:43 +00:00
parent 81c8dee706
commit ce1d697158
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "valijson";
version = "1.0.4";
version = "1.0.5";
src = fetchFromGitHub {
owner = "tristanpenman";
repo = "valijson";
rev = "v${version}";
hash = "sha256-nIXcS8PMKoo8D616uUZ+GdIbkGb3VGSlCvg7QqZtz20=";
hash = "sha256-f/pYJTvtSXtAmVbKWQfcz/jGSdj7Yt2HNvlCFHx871Q=";
};
nativeBuildInputs = [