resholve: 0.4.1 -> 0.4.2

This commit is contained in:
Travis A. Everett 2021-01-24 14:59:28 -06:00
parent a7a61998e9
commit ce1dcb5a50

View File

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