coloquinte: 0.3.1 -> 0.4.3 (#475612)

This commit is contained in:
Gaétan Lepage
2026-01-09 10:01:21 +00:00
committed by GitHub
+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 = [