Merge pull request #247772 from figsoda/risor

authored by

figsoda and committed by
GitHub
9f27c36e 3a099a65

+2 -2
+2 -2
pkgs/development/interpreters/risor/default.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "risor"; 10 - version = "0.10.0"; 10 + version = "0.11.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "risor-io"; 14 14 repo = "risor"; 15 15 rev = "v${version}"; 16 - hash = "sha256-CnwejQ6e08AaUshfieXbQx05G6ZoF6vDlrtai3qxrxo="; 16 + hash = "sha256-YBiBadyI8TRa7CpiTkMOL0biuVMAk23sqEOzJ0ipfA8="; 17 17 }; 18 18 19 19 vendorHash = "sha256-diAbQwnlhMm43ZlLKq3llMl9mO3sIkc80aCI5UDn7F4=";