reuse version variable

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Tim Cuthbertson 2021-06-11 21:49:20 +10:00 committed by GitHub
parent e3cf1c63ef
commit 9012ed2a80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "timbertson";
repo = "gup";
rev = "version-0.8.0";
rev = "version-${version}";
sha256 = "1zjd76jyb5zc9w3l368723bjmxjl05s096g8ipwncfks1p9hdgf3";
};
pname = "gup";