changed rev to tag

Co-authored-by: Felix Bargfeldt <41747605+Defelo@users.noreply.github.com>
This commit is contained in:
Yechiel 2025-03-20 15:00:49 +02:00 committed by GitHub
parent 0a7c1dc8af
commit 0cf7edeb08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ python3.pkgs.buildPythonApplication rec {
src = fetchFromGitHub {
owner = "arthaud";
repo = "git-dumper";
rev = version;
tag = version;
hash = "sha256-XU+6Od+mC8AV+w7sd8JaMB2Lc81ekeDLDiGGNu6bU0A=";
};