Skip to content

Commit

Permalink
risor: 1.6.0 -> 1.7.0 (#348569)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin authored Oct 21, 2024
2 parents a3b4038 + 7310024 commit 8363df8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/interpreters/risor/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@

buildGoModule rec {
pname = "risor";
version = "1.6.0";
version = "1.7.0";

src = fetchFromGitHub {
owner = "risor-io";
repo = "risor";
rev = "v${version}";
hash = "sha256-IUmkb23Fx+bjzXrXWfKPOo0HFt7HjtjQoCRtH77HGBg=";
hash = "sha256-QtYqepNH+c0WDGKTLtMz/VUz0oDOgCbwe4D9I4wal5s=";
};

proxyVendor = true;
vendorHash = "sha256-+XYwFYbvZvk0TWoRtCKQIzbQeznQkolB+NFqUiZMkpA=";
vendorHash = "sha256-JrBuHA+u5bI2kcbWaY6/894kh5Xdix0ov6nN5r9rJRE=";

subPackages = [
"cmd/risor"
Expand Down

0 comments on commit 8363df8

Please sign in to comment.