coloquinte: 0.3.1 -> 0.4.3

This commit is contained in:
Sigmanificient
2025-12-31 15:02:50 +01:00
parent 2980b4c74f
commit 6848593ad9
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "coloquinte";
version = "0.3.1";
version = "0.4.3";
src = fetchFromGitHub {
owner = "coloquinte";
repo = "PlaceRoute";
rev = finalAttrs.version;
hash = "sha256-bPDXaNZCNBM0qiu+46cL/zH/41lwqHPqfqTzJaERgVQ=";
hash = "sha256-BQg2rVYe1wJOX7YnvgDVpmN6hwBJZKH0fxm+8HC8bvY=";
};
nativeBuildInputs = [