Fix vendorHash

This commit is contained in:
Torjus Håkestad 2024-12-03 06:51:25 +01:00
parent 686a322f00
commit d941260e38
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
.direnv/* .direnv/*
result

View File

@ -48,7 +48,7 @@
version = version; version = version;
pname = "alerttonotify"; pname = "alerttonotify";
src = src; src = src;
vendorHash = "sha256-1ejnJykXY+j/xddFupLII2SXGsbxBSUaAe20YpcMzgQ="; vendorHash = "sha256-WUTGAYigUjuZLHO1YpVhFSWpvULDZfGMfOXZQqVYAfs=";
}; };
} }
); );

2
go.mod
View File

@ -2,4 +2,4 @@ module git.t-juice.club/torjus/alerttonotify
go 1.23.3 go 1.23.3
require github.com/godbus/dbus/v5 v5.1.0 // indirect require github.com/godbus/dbus/v5 v5.1.0