Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

varia: 2025.4.22 -> 2025.5.14

(cherry picked from commit accf03b12f5d1fbbae8a7c6130567d4037774555)

authored by luftmensch-luftmensch and committed by github-actions[bot] 6042bc49 9eac3717

Changed files
+2 -2
pkgs
by-name
va
varia
+2 -2
pkgs/by-name/va/varia/package.nix
··· 15 15 16 16 python3Packages.buildPythonApplication rec { 17 17 pname = "varia"; 18 - version = "2025.4.22"; 18 + version = "2025.5.14"; 19 19 pyproject = false; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "giantpinkrobots"; 23 23 repo = "varia"; 24 24 tag = "v${version}"; 25 - hash = "sha256-y14I/K1fw7Skiuq+CglTRsotqafpP9yabuHhywB2WXE="; 25 + hash = "sha256-x2612aq/8YwDT3UYKW2P3PCVjhKhZJxH3JbY3A4IGq8="; 26 26 }; 27 27 28 28 postPatch = ''