Skip to content

Commit

Permalink
valijson: 1.0.2 -> 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 28, 2024
1 parent 8a2f45a commit 6b99043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/va/valijson/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
pname = "valijson";
version = "1.0.2";
version = "1.0.3";

src = fetchFromGitHub {
owner = "tristanpenman";
repo = "valijson";
rev = "v${version}";
hash = "sha256-wvFdjsDtKH7CpbEpQjzWtLC4RVOU9+D2rSK0Xo1cJqo=";
hash = "sha256-TO+eb1OANq+xPIwF0qPZ7uwoZGAtjCL6y/XbHHohcDU=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 6b99043

Please sign in to comment.