svn-all-fast-export: 1.0.19 -> 1.0.20 (#406068)

authored by Nick Cao and committed by GitHub 1df1da47 1ec30394

+2 -2
+2 -2
pkgs/applications/version-management/svn-all-fast-export/default.nix
··· 10 }: 11 12 let 13 - version = "1.0.19"; 14 in 15 stdenv.mkDerivation { 16 pname = "svn-all-fast-export"; ··· 20 owner = "svn-all-fast-export"; 21 repo = "svn2git"; 22 rev = version; 23 - sha256 = "sha256-r8tS1fbpSWp9btC2hkCg304G4lftQZ09QXWwC943miU="; 24 }; 25 26 nativeBuildInputs = [
··· 10 }: 11 12 let 13 + version = "1.0.20"; 14 in 15 stdenv.mkDerivation { 16 pname = "svn-all-fast-export"; ··· 20 owner = "svn-all-fast-export"; 21 repo = "svn2git"; 22 rev = version; 23 + sha256 = "sha256-ALZ9wGEM2woELUdCxG1SSzIhOCHERsnrSnCVN2MH9Lo="; 24 }; 25 26 nativeBuildInputs = [