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