nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

varia: 2025.4.22 -> 2025.5.14

(cherry picked from commit accf03b12f5d1fbbae8a7c6130567d4037774555)

authored by

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

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