Merge pull request #115109 from abathur/update/resholve

resholve: 0.5.0 -> 0.5.1
This commit is contained in:
Maximilian Bosch
2021-03-05 16:01:33 +01:00
committed by GitHub

View File

@@ -11,12 +11,12 @@
, doCheck ? true
}:
let
version = "0.5.0";
version = "0.5.1";
rSrc = fetchFromGitHub {
owner = "abathur";
repo = "resholve";
rev = "v${version}";
hash = "sha256-dscmT0ss1buP56QzQtfs2HANr9oWWMxCS+fwBIKBxv4=";
hash = "sha256-+9MjvO1H+A3Ol2to5tWqdpNR7osQsYcbkX9avAqyrKw=";
};
deps = callPackage ./deps.nix {
/*