Unverified Commit fa41a486 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #256501 from figsoda/runme

runme: 1.7.3 -> 1.7.4
parents 593722db 66b71032
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
{ lib
, buildGoModule
, buildGo121Module
, fetchFromGitHub
, installShellFiles
, nodejs
@@ -9,18 +9,18 @@
, runme
}:

buildGoModule rec {
buildGo121Module rec {
  pname = "runme";
  version = "1.7.3";
  version = "1.7.4";

  src = fetchFromGitHub {
    owner = "stateful";
    repo = "runme";
    rev = "v${version}";
    hash = "sha256-3NCD9kagcxW8Ahet20imFYqo3G7nkR1iPM0C5tQX72o=";
    hash = "sha256-0WqyX2vpGoDjsltJJjR2zAi+Iq5l1Ugv/koEA+ycq1U=";
  };

  vendorHash = "sha256-sGk2K0I9onGFpDwboRugNHjFictisY4Q0NTNnOT3BW4=";
  vendorHash = "sha256-vfLLL/sV8Jg/QE4oT45XLXAwvlLep3ehtPwXbpwo5PQ=";

  nativeBuildInputs = [
    installShellFiles