Skip to content

Commit

Permalink
notify: 1.0.6 -> 1.0.7 (#360959)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 2, 2024
2 parents 9cddc5d + c8f6865 commit 67d5898
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/no/notify/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "notify";
version = "1.0.6";
version = "1.0.7";

src = fetchFromGitHub {
owner = "projectdiscovery";
repo = pname;
rev = "v${version}";
sha256 = "sha256-9oakHqDhOZyqzlVqHPjTsG2f780DABt0+JRckmkWW64=";
sha256 = "sha256-QXioBUCMZ4ANkF2WOXiKUlExVq4abkaVFBd3efAGXMs=";
};

vendorHash = "sha256-/FJECY1x9nMqOIzqdN6T+vdi9qjjY0YAoqvVNf0kN3s=";
vendorHash = "sha256-jO9d+wJr03rqlPrQ3mmWOxOXw2kL+0x8YkkXu/Msm+Q=";

modRoot = ".";
subPackages = [
Expand Down

0 comments on commit 67d5898

Please sign in to comment.