1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

plistwatch: unstable-2020-12-22 -> unstable-2023-06-22

This commit is contained in:
Aaron Jheng 2023-08-01 11:15:43 +08:00
parent 37f8d83e9e
commit 875d14e695
No known key found for this signature in database
GPG key ID: F6A547A869D050A3

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "plistwatch";
version = "unstable-2020-12-22";
version = "unstable-2023-06-22";
src = fetchFromGitHub {
owner = "catilac";
repo = "plistwatch";
rev = "c3a9afd8d3e5ffa8dcc379770bc4216bae88a671";
sha256 = "0a5rfmpy6h06p02z9gdilh7vr3h9cc6n6zzygpjk6zvnqs3mm3vx";
rev = "34d808c1509eea22fe88a2dbb6f0a1669a2a5b23";
hash = "sha256-kMHi5xKbiwO+/6Eb8oJz7ECoUybFE+IUDz7VfJueB3g=";
};
vendorSha256 = "sha256-Layg1axFN86OFgxEyNFtIlm6Jtx317jZb/KH6IjJ8e4=";
vendorHash = "sha256-Layg1axFN86OFgxEyNFtIlm6Jtx317jZb/KH6IjJ8e4=";
#add missing dependencies and hashes
patches = [ ./go-modules.patch ];