afsctool: 1.7.0 -> 1.7.3

This commit is contained in:
Theodore Ni 2024-11-12 22:02:41 -08:00
parent 1641c8d303
commit d4fb1d3a52
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "afsctool"; pname = "afsctool";
version = "1.7.0"; version = "1.7.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "RJVB"; owner = "RJVB";
repo = pname; repo = pname;
rev = version; rev = "v${version}";
hash = "sha256-rqca7gpH46hk4MEPMHqYnteYJnGpLS/gu4XP7xWqDzo="; hash = "sha256-cZ0P9cygj+5GgkDRpQk7P9z8zh087fpVfrYXMRRVUAI=";
}; };
nativeBuildInputs = [ pkg-config cmake git ]; nativeBuildInputs = [ pkg-config cmake git ];