run: 0.7.0 -> 0.7.1
This commit is contained in:
parent
565724c775
commit
223af4a592
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, buildGoModule, fetchFromGitHub }:
|
{ stdenv, buildGoModule, fetchFromGitHub }:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "run";
|
pname = "run";
|
||||||
version = "0.7.0";
|
version = "0.7.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "TekWizely";
|
owner = "TekWizely";
|
||||||
repo = "run";
|
repo = "run";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0365nvsqrlagrp08sifbdk3rgy7r4hmp3sx5zhizamadfcj2fsv6";
|
sha256 = "0q9f8lzrzybdablqph5wihqhfbfzb3bbnnxvhy7g5ccg1kzy7mgp";
|
||||||
};
|
};
|
||||||
|
|
||||||
modSha256 = "0s2lw9q5jskj41jqr8bv5w45pkrp2s0yfd2hgjgsd0q4ifm07k7s";
|
modSha256 = "0s2lw9q5jskj41jqr8bv5w45pkrp2s0yfd2hgjgsd0q4ifm07k7s";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user