quilt: 0.68 -> 0.69 (#402702)

This commit is contained in:
Weijia Wang
2025-05-18 18:11:22 +02:00
committed by GitHub
+2 -2
View File
@@ -19,11 +19,11 @@
stdenv.mkDerivation rec {
pname = "quilt";
version = "0.68";
version = "0.69";
src = fetchurl {
url = "mirror://savannah/${pname}/${pname}-${version}.tar.gz";
sha256 = "sha256-/owJ3gPBBuhbNzfI8DreFHyVa3ntevSFocijhY2zhCY=";
sha256 = "sha256-VV3f/eIto8htHK9anB+4oVKsK4RzBDe9OcwIhJyfSFI=";
};
nativeBuildInputs = [ makeWrapper ];