We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 917ee0a commit 83160abCopy full SHA for 83160ab
pkgs/by-name/qu/quilt/package.nix
@@ -19,11 +19,11 @@
19
stdenv.mkDerivation rec {
20
21
pname = "quilt";
22
- version = "0.68";
+ version = "0.69";
23
24
src = fetchurl {
25
url = "mirror://savannah/${pname}/${pname}-${version}.tar.gz";
26
- sha256 = "sha256-/owJ3gPBBuhbNzfI8DreFHyVa3ntevSFocijhY2zhCY=";
+ sha256 = "sha256-VV3f/eIto8htHK9anB+4oVKsK4RzBDe9OcwIhJyfSFI=";
27
};
28
29
nativeBuildInputs = [ makeWrapper ];
0 commit comments