srgn: 0.13.1 -> 0.13.2 (#345236)
This commit is contained in:
commit
3983173d1d
@ -5,16 +5,16 @@
|
|||||||
}:
|
}:
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "srgn";
|
pname = "srgn";
|
||||||
version = "0.13.1";
|
version = "0.13.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "alexpovel";
|
owner = "alexpovel";
|
||||||
repo = "srgn";
|
repo = "srgn";
|
||||||
rev = "srgn-v${version}";
|
rev = "srgn-v${version}";
|
||||||
hash = "sha256-KG5y5V+IWIAlFULnJEomNF2Q/jyKHSSJ6o83J6vlP8w=";
|
hash = "sha256-yVjxNTftrtKb/KHRZG7E3JcsCEtixhfBiHl/6zdcLMo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-Xxdsf2YaJ7IDccn6+fCoMZFXquY/4Ha+ymQSWLIhrWs=";
|
cargoHash = "sha256-Z8y5gN4CzfllUzSMUyCc7TZKeIYVZtATnaIQIga5cAk=";
|
||||||
|
|
||||||
nativeBuildInputs = [ installShellFiles ];
|
nativeBuildInputs = [ installShellFiles ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user