Unverified Commit 0cf7edeb authored by Yechiel's avatar Yechiel Committed by GitHub
Browse files

changed rev to tag

parent 0a7c1dc8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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=";
  };