Skip to content

Commit 6c537b3

Browse files
authored
varia: 2025.1.24-1 -> 2025.4.22 (#397278)
2 parents f462e25 + 9ea1f04 commit 6c537b3

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-1";
18+
version = "2025.4.22";
1919
pyproject = false;
2020

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

2828
postPatch = ''

0 commit comments

Comments
 (0)