Skip to content

Commit 7a43f7b

Browse files
committed
varia: 2025.1.24 -> 2025.1.24-1
1 parent 7bff569 commit 7a43f7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/va/varia/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515

1616
python3Packages.buildPythonApplication rec {
1717
pname = "varia";
18-
version = "2025.1.24";
18+
version = "2025.1.24-1";
1919
pyproject = false;
2020

2121
src = fetchFromGitHub {
2222
owner = "giantpinkrobots";
2323
repo = "varia";
2424
tag = "v${version}";
25-
hash = "sha256-bsSAPKs5iD1CMQ+t0i09odglZre137TOSyvJqE5lqN4=";
25+
hash = "sha256-ZTsp2nVqNe+7uEk6HH95AtJMbdKHmKMy3l6q1Xpx4FY=";
2626
};
2727

2828
postPatch = ''

0 commit comments

Comments
 (0)