Merge pull request #46384 from countingsort/master

bunny: 1.1 -> 1.2
This commit is contained in:
Jörg Thalheim 2018-09-09 15:49:30 +01:00 committed by GitHub
commit bd176a0400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "bunny-${version}"; name = "bunny-${version}";
version = "1.1"; version = "1.2";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "tim241"; owner = "tim241";
repo = "bunny"; repo = "bunny";
rev = version; rev = version;
sha256 = "0mxhj23fscbyqb9hfpmimgjn6nbx1lx3dl2msgwdy281zs25w8ki"; sha256 = "13qsgv4n4c96pgm2l5kvwxpk97x2jpk3wp2m56vdj07hcgywgj3h";
}; };
dontBuild = true; dontBuild = true;