3
0
Fork 0
forked from mirrors/nixpkgs

nickel: 0.3.1 -> 1.0.0

This commit is contained in:
Felix Schröter 2023-05-17 14:15:24 +02:00 committed by Anderson Torres
parent 58cbf088e4
commit f6e33f6aa3

View file

@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "nickel";
version = "0.3.1";
version = "1.0.0";
src = fetchFromGitHub {
owner = "tweag";
repo = pname;
rev = "refs/tags/${version}"; # because pure ${version} doesn't work
hash = "sha256-bUUQP7ze0j8d+VEckexDOferAgAHdKZbdKR3q0TNOeE=";
hash = "sha256-8peoO3B5LHKiTUyDLpe0A2xg82LPI7l2vuGdyNhV478=";
};
cargoSha256 = "sha256-E8eIUASjCIVsZhptbU41VfK8bFmA4FTT3LVagLrgUso=";
cargoHash = "sha256-lrRCc5kUekUHrJTznR8xRiLVgQLJ/PsMP967PS41UJU=";
passthru.updateScript = nix-update-script { };