Skip to content

Commit a2b77d5

Browse files
authored
quilt: 0.68 -> 0.69 (#402702)
2 parents a703db2 + 83160ab commit a2b77d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/qu/quilt/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
stdenv.mkDerivation rec {
2020

2121
pname = "quilt";
22-
version = "0.68";
22+
version = "0.69";
2323

2424
src = fetchurl {
2525
url = "mirror://savannah/${pname}/${pname}-${version}.tar.gz";
26-
sha256 = "sha256-/owJ3gPBBuhbNzfI8DreFHyVa3ntevSFocijhY2zhCY=";
26+
sha256 = "sha256-VV3f/eIto8htHK9anB+4oVKsK4RzBDe9OcwIhJyfSFI=";
2727
};
2828

2929
nativeBuildInputs = [ makeWrapper ];

0 commit comments

Comments
 (0)