We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ec3039 + 32b868a commit 1df1da4Copy full SHA for 1df1da4
pkgs/applications/version-management/svn-all-fast-export/default.nix
@@ -10,7 +10,7 @@
10
}:
11
12
let
13
- version = "1.0.19";
+ version = "1.0.20";
14
in
15
stdenv.mkDerivation {
16
pname = "svn-all-fast-export";
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
20
owner = "svn-all-fast-export";
21
repo = "svn2git";
22
rev = version;
23
- sha256 = "sha256-r8tS1fbpSWp9btC2hkCg304G4lftQZ09QXWwC943miU=";
+ sha256 = "sha256-ALZ9wGEM2woELUdCxG1SSzIhOCHERsnrSnCVN2MH9Lo=";
24
};
25
26
nativeBuildInputs = [
0 commit comments