We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fad4b47 commit 469fa07Copy full SHA for 469fa07
pkgs/tools/misc/calamares/default.nix
@@ -7,12 +7,12 @@
7
8
mkDerivation rec {
9
pname = "calamares";
10
- version = "3.3.14";
+ version = "3.3.13";
11
12
# release including submodule
13
src = fetchurl {
14
url = "https://github.com/calamares/calamares/releases/download/v${version}/calamares-${version}.tar.gz";
15
- sha256 = "sha256-VUf4DbBn3qkjrmk7pruI6ysu6sHaPr7EL85FPjHCkMA=";
+ sha256 = "sha256-5Jz32JTgK6BImM0HcMtXi04k39CAirdmC/lbskVmSNQ=";
16
};
17
18
# On major changes, or when otherwise required, you *must* :
0 commit comments