plik: 1.3.7 -> 1.3.8
This commit is contained in:
parent
c96a78b5a3
commit
cbb4d12530
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
{ lib, buildGoModule, fetchFromGitHub, fetchurl, makeWrapper, runCommand }:
|
{ lib, buildGoModule, fetchFromGitHub, fetchurl, makeWrapper, runCommand }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.3.7";
|
version = "1.3.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "root-gg";
|
owner = "root-gg";
|
||||||
repo = "plik";
|
repo = "plik";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-Agkwo1oat1LDP6EJBVOoq+d+p80BGOLS4K7WTue5Nbg=";
|
hash = "sha256-WCtfkzlZnyzZDwNDBrW06bUbLYTL2C704Y7aXbiVi5c=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = null;
|
vendorHash = null;
|
||||||
|
|
Loading…
Reference in a new issue