gitAndTools.svn-all-fast-export: 1.0.12 -> 1.0.13 (#46173)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from svn-all-fast-export
This commit is contained in:
parent
107448f19c
commit
6d8a48e585
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchFromGitHub, qmake, qtbase, qttools, subversion, apr }:
|
{ stdenv, fetchFromGitHub, qmake, qtbase, qttools, subversion, apr }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.0.12";
|
version = "1.0.13";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "svn-all-fast-export-${version}";
|
name = "svn-all-fast-export-${version}";
|
||||||
@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
|||||||
owner = "svn-all-fast-export";
|
owner = "svn-all-fast-export";
|
||||||
repo = "svn2git";
|
repo = "svn2git";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "158w2ynz16dlp992g8nfk7v2f5962z88b4xyv5dyjvbl4l1v7r0v";
|
sha256 = "0f1qj0c4cdq46mz54wcy17g7rq1fy2q0bq3sswhr7r5a2s433x4f";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ qmake qttools ];
|
nativeBuildInputs = [ qmake qttools ];
|
||||||
|
Loading…
Reference in New Issue
Block a user