disfetch: more convenient way of using name/rev

This commit is contained in:
veleth
2021-08-12 20:37:43 +03:00
committed by GitHub
parent 1bf1d81053
commit 50ea7288a3
+2 -2
View File
@@ -7,8 +7,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "RustemB";
repo = "profetch";
rev = "v0.1.6";
repo = pname;
rev = version;
sha256 = "1clh3l50wz6mlrw9kx0wh2bbhnz6bsksyh4ngz7givv4y3g9m702";
};