varia: 2025.1.24-1 -> 2025.4.22

This commit is contained in:
R. Ryantm
2025-04-27 12:09:18 +00:00
parent 0571e373ab
commit 9ea1f044a1
+2 -2
View File
@@ -15,14 +15,14 @@
python3Packages.buildPythonApplication rec {
pname = "varia";
version = "2025.1.24-1";
version = "2025.4.22";
pyproject = false;
src = fetchFromGitHub {
owner = "giantpinkrobots";
repo = "varia";
tag = "v${version}";
hash = "sha256-ZTsp2nVqNe+7uEk6HH95AtJMbdKHmKMy3l6q1Xpx4FY=";
hash = "sha256-y14I/K1fw7Skiuq+CglTRsotqafpP9yabuHhywB2WXE=";
};
postPatch = ''