salt: 3008.0 -> 3008.1

This commit is contained in:
R. Ryantm
2026-06-16 17:11:03 +00:00
parent ddda0dbaca
commit de5d8d81fc
+2 -2
View File
@@ -11,12 +11,12 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "salt";
version = "3008.0";
version = "3008.1";
format = "setuptools";
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-az5PJTHJnD2wZtgds1KDnHdn3oRsk94/+UZRoX054tE=";
hash = "sha256-abf3Phwx7IjP7CqbvVZsf84Ajdqrmiab4xfPeyb2j/w=";
};
patches = [