Merge pull request #205504 from r-ryantm/auto-update/nickel

nickel: 0.2.1 -> 0.3.0

authored by Robert Scott and committed by GitHub 3cab5aa3 994c5dec

+3 -3
+3 -3
pkgs/development/interpreters/nickel/default.nix
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "nickel"; 8 - version = "0.2.1"; 9 10 src = fetchFromGitHub { 11 owner = "tweag"; 12 repo = pname; 13 rev = "refs/tags/${version}"; # because pure ${version} doesn't work 14 - hash = "sha256-Sf0UJAfUtP7oU31VkVqCtdRmfjaHV34gYeUPNsTmQvo="; 15 }; 16 17 - cargoSha256 = "sha256-oY4PYMZBN5+nsARHV+A5D7a6fUt9UMHBn83ONgaQp8E="; 18 19 meta = with lib; { 20 homepage = "https://nickel-lang.org/";
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "nickel"; 8 + version = "0.3.0"; 9 10 src = fetchFromGitHub { 11 owner = "tweag"; 12 repo = pname; 13 rev = "refs/tags/${version}"; # because pure ${version} doesn't work 14 + hash = "sha256-L2MQ0dS9mZ+SOFoS/rclPtEl3/iFyEKn6Bse/ysHyKo="; 15 }; 16 17 + cargoSha256 = "sha256-3ucWGmylRatJOl8zktSRMXr5p6L+5+LQV6ALJTtQpiA="; 18 19 meta = with lib; { 20 homepage = "https://nickel-lang.org/";