Merge pull request #110723 from abathur/update/resholve-0.4.2

resholve: 0.4.1 -> 0.4.2
This commit is contained in:
Sandro 2021-01-24 23:38:04 +01:00 committed by GitHub
commit 84709cc077
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,12 +11,12 @@
, doCheck ? true
}:
let
version = "0.4.1";
version = "0.4.2";
rSrc = fetchFromGitHub {
owner = "abathur";
repo = "resholve";
rev = "v${version}";
hash = "sha256-VK7r+kdtWvS9d4B90Hq7fhLfWT/B/Y9zppvOX9tPt5g=";
hash = "sha256-ArUQjqh4LRvFLzHiTIcae0q/VFxFF/X9eOFeRnYmTO0=";
};
deps = callPackage ./deps.nix {
/*