partio: 1.17.3 -> 1.19.0

This commit is contained in:
R. Ryantm
2025-02-11 10:58:11 +00:00
parent 77fa9b848e
commit 2d3136320b
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "partio";
version = "1.17.3";
version = "1.19.0";
src = fetchFromGitHub {
owner = "wdas";
repo = "partio";
tag = "v${version}";
hash = "sha256-wV9byR85qwOkoTyLjG0gOLC3Gc19ykwiLpDy4T/MENQ=";
hash = "sha256-p3mpxP0slHIQ75UtNAr5PcSOaSt9UyGR/MyOZ2GoXdU=";
};
outputs = [