Commit 66b71032 authored by figsoda's avatar figsoda
Browse files
parent 09529ed9
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