asfa: 0.10.0 -> 0.10.0-1
This commit is contained in:
parent
8da188f8e7
commit
8abca4935e
@ -10,19 +10,19 @@
|
||||
installShellFiles,
|
||||
}:
|
||||
let
|
||||
version = "0.10.0";
|
||||
version = "0.10.0-1";
|
||||
src = fetchFromGitHub {
|
||||
owner = "obreitwi";
|
||||
repo = "asfa";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-MnhnwtZmPFhOuiqNiaxJnPu88JOdlpvyVy0YGphblBc=";
|
||||
hash = "sha256-ARdUlACxmbjmOTuNW2oiVUcfd5agR4rcp9aMQYUAYsw=";
|
||||
};
|
||||
in
|
||||
rustPlatform.buildRustPackage {
|
||||
pname = "asfa";
|
||||
inherit version src;
|
||||
|
||||
cargoHash = "sha256-/bRBP/NzcNOXl/nANeOYouUAo3NNbtbV9fxIJrNajYQ=";
|
||||
cargoHash = "sha256-pzCTqVUo3LEpR3hmTPKDwvgtUJZ+tsArbi0HDlY2Cy8=";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
|
Loading…
Reference in New Issue
Block a user