git-publish: 1.8.1 -> 1.8.2

This commit is contained in:
Samuel Tardieu 2024-02-01 00:17:59 +01:00
parent 571a07d774
commit 36b26ceed5

View file

@ -1,13 +1,13 @@
{ lib, stdenv, python, perl, fetchFromGitHub, installShellFiles }:
stdenv.mkDerivation rec {
pname = "git-publish";
version = "1.8.1";
version = "1.8.2";
src = fetchFromGitHub {
owner = "stefanha";
repo = "git-publish";
rev = "v${version}";
sha256 = "14rz5kli6sz171cvdc46z3z0nnpd57rliwr6nn6vjjc49yyfwgl4";
hash = "sha256-jjpbr+ZqG4U8/z0PurnXR+IUKQkG3QB8YqhDkH8uu2Y=";
};
nativeBuildInputs = [ perl installShellFiles ];