profetch: update version to suit recomendations

Co-authored-by: Christoph Neidahl <christoph.neidahl@gmail.com>
This commit is contained in:
veleth 2021-08-13 09:27:32 +03:00 committed by GitHub
parent e9f95216ea
commit eab56c384b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "RustemB";
repo = pname;
rev = version;
rev = "v${version};
sha256 = "1clh3l50wz6mlrw9kx0wh2bbhnz6bsksyh4ngz7givv4y3g9m702";
};