We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68620d5 + 09dbeb2 commit 62e7006Copy full SHA for 62e7006
pkgs/by-name/gi/git-pw/package.nix
@@ -8,16 +8,16 @@
8
9
python3.pkgs.buildPythonApplication rec {
10
pname = "git-pw";
11
- version = "2.6.0";
+ version = "2.7.0";
12
format = "pyproject";
13
14
PBR_VERSION = version;
15
16
src = fetchFromGitHub {
17
owner = "getpatchwork";
18
repo = "git-pw";
19
- rev = version;
20
- hash = "sha256-3IiFU6qGI2MDTBOLQ2qyT5keUMNTNG3sxhtGR3bkIBc=";
+ rev = "refs/tags/${version}";
+ hash = "sha256-y5qbvhuT+tjXvIFgCrM7RIPF6zhCkMu+/qByValrEXE=";
21
};
22
23
nativeBuildInputs = with python3.pkgs; [
0 commit comments