resholve: 0.4.1 -> 0.4.2
This commit is contained in:
parent
a7a61998e9
commit
ce1dcb5a50
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue