mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
plistwatch: unstable-2020-12-22 -> unstable-2023-06-22
This commit is contained in:
parent
37f8d83e9e
commit
875d14e695
@ -5,16 +5,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "plistwatch";
|
pname = "plistwatch";
|
||||||
version = "unstable-2020-12-22";
|
version = "unstable-2023-06-22";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "catilac";
|
owner = "catilac";
|
||||||
repo = "plistwatch";
|
repo = "plistwatch";
|
||||||
rev = "c3a9afd8d3e5ffa8dcc379770bc4216bae88a671";
|
rev = "34d808c1509eea22fe88a2dbb6f0a1669a2a5b23";
|
||||||
sha256 = "0a5rfmpy6h06p02z9gdilh7vr3h9cc6n6zzygpjk6zvnqs3mm3vx";
|
hash = "sha256-kMHi5xKbiwO+/6Eb8oJz7ECoUybFE+IUDz7VfJueB3g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-Layg1axFN86OFgxEyNFtIlm6Jtx317jZb/KH6IjJ8e4=";
|
vendorHash = "sha256-Layg1axFN86OFgxEyNFtIlm6Jtx317jZb/KH6IjJ8e4=";
|
||||||
|
|
||||||
#add missing dependencies and hashes
|
#add missing dependencies and hashes
|
||||||
patches = [ ./go-modules.patch ];
|
patches = [ ./go-modules.patch ];
|
||||||
|
Loading…
Reference in New Issue
Block a user