mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
afsctool: 1.7.0 -> 1.7.3
This commit is contained in:
parent
1641c8d303
commit
d4fb1d3a52
@ -11,13 +11,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "afsctool";
|
||||
version = "1.7.0";
|
||||
version = "1.7.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "RJVB";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-rqca7gpH46hk4MEPMHqYnteYJnGpLS/gu4XP7xWqDzo=";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-cZ0P9cygj+5GgkDRpQk7P9z8zh087fpVfrYXMRRVUAI=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config cmake git ];
|
||||
|
Loading…
Reference in New Issue
Block a user