lol

crudini: 0.9.5 -> 0.9.6

authored by

R. Ryantm and committed by
Peter Hoeg
3cd61cfc f6b1f11c

+3 -3
+3 -3
pkgs/by-name/cr/crudini/package.nix
··· 8 8 9 9 python3Packages.buildPythonApplication rec { 10 10 pname = "crudini"; 11 - version = "0.9.5"; 11 + version = "0.9.6"; 12 12 format = "pyproject"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "pixelb"; 16 16 repo = "crudini"; 17 - rev = version; 18 - hash = "sha256-BU4u7uBsNyDOwWUjOIlBWcf1AeUXXZ+johAe+bjws1U="; 17 + tag = version; 18 + hash = "sha256-XW9pdP+aie6v9h35gLYM0wVrcsh+dcEB7EueATOV4w4="; 19 19 }; 20 20 21 21 postPatch = ''