Skip to content

Commit e2317b1

Browse files
committed
1 parent f313eef commit e2317b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/py/pywal16/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
python3.pkgs.buildPythonApplication rec {
1111
pname = "pywal16";
12-
version = "3.7.1";
12+
version = "3.7.2";
1313
pyproject = true;
1414

1515
src = fetchFromGitHub {
1616
owner = "eylles";
1717
repo = "pywal16";
18-
rev = "refs/tags/${version}";
19-
hash = "sha256-XDOmpeONPW6b1ZEGk272wwraTLR8PjjniIXm0M9BGU4=";
18+
tag = version;
19+
hash = "sha256-aizuON8Y321i7bF2SuC5UC1iOWHY217ccfzY9WmaevQ=";
2020
};
2121

2222
build-system = [ python3.pkgs.setuptools ];
@@ -56,7 +56,7 @@ python3.pkgs.buildPythonApplication rec {
5656
meta = {
5757
description = "16 colors fork of pywal";
5858
homepage = "https://github.com/eylles/pywal16";
59-
changelog = "https://github.com/eylles/pywal16/blob/${src.rev}/CHANGELOG.md";
59+
changelog = "https://github.com/eylles/pywal16/blob/refs/tags/${version}/CHANGELOG.md";
6060
license = lib.licenses.mit;
6161
maintainers = with lib.maintainers; [ moraxyc ];
6262
mainProgram = "wal";

0 commit comments

Comments
 (0)