Merge pull request #130088 from r-ryantm/auto-update/jrsonnet

jrsonnet: 0.4.1 -> 0.4.2

authored by Ryan Mulligan and committed by GitHub 4036bb94 a9ef1744

+3 -3
+3 -3
pkgs/development/compilers/jrsonnet/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "jrsonnet"; 5 - version = "0.4.1"; 5 + version = "0.4.2"; 6 6 7 7 src = fetchFromGitHub { 8 8 rev = "v${version}"; 9 9 owner = "CertainLach"; 10 10 repo = "jrsonnet"; 11 - sha256 = "sha256-vDZpb5Z8XOVc6EJ1Nul07kC8ppqcGzKPb4DEarqq2yg="; 11 + sha256 = "sha256-OX+iJJ3vdCsWWr8x31psV9Vne6xWDZnJc83NbJqMK1A="; 12 12 }; 13 13 14 14 postInstall = '' 15 15 ln -s $out/bin/jrsonnet $out/bin/jsonnet 16 16 ''; 17 17 18 - cargoSha256 = "sha256-SR3m2meW8mTaxiYgeY/m7HFPrHGVtium/VRU6vWKxys="; 18 + cargoSha256 = "sha256-eFfAU9Q3nYAJK+kKP1Y6ONjOIfkuYTlelrFrEW9IJ8c="; 19 19 20 20 meta = { 21 21 description = "Purely-functional configuration language that helps you define JSON data";