Skip to content

Commit

Permalink
Merge pull request #245267 from figsoda/runme
Browse files Browse the repository at this point in the history
runme: 1.5.2 -> 1.6.0
  • Loading branch information
NickCao authored Jul 25, 2023
2 parents 9ae366f + 2e35954 commit 0d2cf99
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pkgs/development/tools/misc/runme/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
, buildGoModule
, fetchFromGitHub
, installShellFiles
, nodejs
, runtimeShell
, stdenv
, testers
Expand All @@ -10,21 +11,25 @@

buildGoModule rec {
pname = "runme";
version = "1.5.2";
version = "1.6.0";

src = fetchFromGitHub {
owner = "stateful";
repo = "runme";
rev = "v${version}";
hash = "sha256-upcwNxCtGFsLQsl4quXiEYX8R9DWrm9tWTwvCw5C4QI=";
hash = "sha256-WxsMANyxV+ibAf0/TnkVExyC8XgBjtO92GHNztM0GiU=";
};

vendorHash = "sha256-BJhda5mE5f4kvi8CLjgMJYjdUS3vsUSwmHhTW/AVKCI=";
vendorHash = "sha256-gFe4lfe6M8NF1zzqK+jLmQix/311yWhFccLsOn+LOZc=";

nativeBuildInputs = [
installShellFiles
];

nativeCheckInputs = [
nodejs
];

subPackages = [
"."
];
Expand Down

0 comments on commit 0d2cf99

Please sign in to comment.