Unverified Commit 75a837f2 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #216249 from marsam/update-noti

noti: 3.6.0 -> 3.7.0
parents 4106c751 ceab3fb5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

buildGoModule rec {
  pname = "noti";
  version = "3.6.0";
  version = "3.7.0";

  src = fetchFromGitHub {
    owner = "variadico";
    repo = "noti";
    rev = version;
    sha256 = "sha256-FhVpw6PJcm0aYQBlN7AUjOkJgCzleOHXIXumSegtxfA=";
    hash = "sha256-8CHSbKOiWNYqKBU1kqQm5t02DJq0JfoIaPsU6Ylc46E=";
  };

  vendorSha256 = null;
  vendorHash = null;

  nativeBuildInputs = [ installShellFiles ];