devede: 4.17.0 -> 4.19.0 (#368879)

This commit is contained in:
Martin Weinelt
2025-01-16 04:01:26 +01:00
committed by GitHub
+2 -2
View File
@@ -25,14 +25,14 @@ let
in
buildPythonApplication rec {
pname = "devede";
version = "4.17.0";
version = "4.19.0";
namePrefix = "";
src = fetchFromGitLab {
owner = "rastersoft";
repo = "devedeng";
rev = version;
hash = "sha256-CdntdD5DRA/eXTBRBRszkbYFeFxj+0odb8XHkAFdobU=";
hash = "sha256-hjt2bXQov4lC6O4VY/eu/PZ2taSKng9gRhFDFhQR9SY=";
};
nativeBuildInputs = [