Skip to content

Commit 10069ef

Browse files
committed
Revert "calamares: 3.3.13 -> 3.3.14" (#387517)
2 parents 89cd9e5 + 4f4891e commit 10069ef

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pkgs/tools/misc/calamares/default.nix

+8-2
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@
33
, qtbase, qtquickcontrols, qtsvg, qttools, qtwebengine, util-linux, tzdata
44
, ckbcomp, xkeyboard_config, mkDerivation
55
, nixos-extensions ? false
6+
# passthru.tests
7+
, calamares-nixos
68
}:
79

810
mkDerivation rec {
911
pname = "calamares";
10-
version = "3.3.14";
12+
version = "3.3.13";
1113

1214
# release including submodule
1315
src = fetchurl {
1416
url = "https://github.com/calamares/calamares/releases/download/v${version}/calamares-${version}.tar.gz";
15-
sha256 = "sha256-VUf4DbBn3qkjrmk7pruI6ysu6sHaPr7EL85FPjHCkMA=";
17+
sha256 = "sha256-5Jz32JTgK6BImM0HcMtXi04k39CAirdmC/lbskVmSNQ=";
1618
};
1719

1820
# On major changes, or when otherwise required, you *must* :
@@ -79,6 +81,10 @@ mkDerivation rec {
7981
-i CMakeLists.txt
8082
'';
8183

84+
passthru.tests = {
85+
inherit calamares-nixos;
86+
};
87+
8288
meta = with lib; {
8389
description = "Distribution-independent installer framework";
8490
homepage = "https://calamares.io/";

0 commit comments

Comments
 (0)