3
0
Fork 0
forked from mirrors/nixpkgs

bloop: 1.0.0 -> 1.1.0

This commit is contained in:
Kevin Rauscher 2018-12-03 11:56:25 +01:00
parent e869896d00
commit 57ec5d0edc

View file

@ -2,7 +2,7 @@
let
baseName = "bloop";
version = "1.0.0";
version = "1.1.0";
deps = stdenv.mkDerivation {
name = "${baseName}-deps-${version}";
buildCommand = ''
@ -16,7 +16,7 @@ let
'';
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "0dgllwv9rjvpzvlbwwiynmfp15j2x48al7cb5rlmhq0an3q81hbh";
outputHash = "090ig5k1bd3pv4i8x6byyf9wda1430xysnbcllflcz6cf2ccjy2k";
};
in
stdenv.mkDerivation rec {