bloop: 1.2.3 -> 1.2.5 (#54427)

This commit is contained in:
Kévin Rauscher 2019-01-30 23:20:56 +00:00 committed by Danylo Hlynskyi
parent c6e08579c5
commit e925ec27ba

View file

@ -2,7 +2,7 @@
let
baseName = "bloop";
version = "1.2.3";
version = "1.2.5";
deps = stdenv.mkDerivation {
name = "${baseName}-deps-${version}";
buildCommand = ''
@ -16,7 +16,7 @@ let
'';
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "0d0q4rzz21afzfclm3sjp940wk7p8cllbxsidr6rg3r1qqhzawlr";
outputHash = "19373fyb0g7irrdzb1vsjmyv5xj84qwbcfb6lm076px7wfyn0w1c";
};
in
stdenv.mkDerivation rec {