Loading pkgs/by-name/wa/wakapi/package.nix +5 −5 Original line number Diff line number Diff line { lib, buildGoModule, buildGoLatestModule, fetchFromGitHub, nixosTests, nix-update-script, }: let version = "2.14.1"; version = "2.15.0"; in buildGoModule { buildGoLatestModule { pname = "wakapi"; inherit version; Loading @@ -16,10 +16,10 @@ buildGoModule { owner = "muety"; repo = "wakapi"; tag = version; hash = "sha256-ujHrb9yXUbUYB0JGftrdTfEeFakgwGJ7EH6e1KnyrnI="; hash = "sha256-tRLZV8vZEvPq5hsUhj5h3AtSGvYXm1SXc+w3CRZFIRU="; }; vendorHash = "sha256-eaaU8vqTpgtSSfaaFDg4Bo06lTjvqLkVuidkq25tjb4="; vendorHash = "sha256-912x6LwitYXdjWpP75Xoc56JXadeLQZuESSyLoaJcU0="; # Not a go module required by the project, contains development utilities excludedPackages = [ "scripts" ]; Loading Loading
pkgs/by-name/wa/wakapi/package.nix +5 −5 Original line number Diff line number Diff line { lib, buildGoModule, buildGoLatestModule, fetchFromGitHub, nixosTests, nix-update-script, }: let version = "2.14.1"; version = "2.15.0"; in buildGoModule { buildGoLatestModule { pname = "wakapi"; inherit version; Loading @@ -16,10 +16,10 @@ buildGoModule { owner = "muety"; repo = "wakapi"; tag = version; hash = "sha256-ujHrb9yXUbUYB0JGftrdTfEeFakgwGJ7EH6e1KnyrnI="; hash = "sha256-tRLZV8vZEvPq5hsUhj5h3AtSGvYXm1SXc+w3CRZFIRU="; }; vendorHash = "sha256-eaaU8vqTpgtSSfaaFDg4Bo06lTjvqLkVuidkq25tjb4="; vendorHash = "sha256-912x6LwitYXdjWpP75Xoc56JXadeLQZuESSyLoaJcU0="; # Not a go module required by the project, contains development utilities excludedPackages = [ "scripts" ]; Loading