Skip to content

Commit 469fa07

Browse files
authored
Revert "calamares: 3.3.13 -> 3.3.14"
1 parent fad4b47 commit 469fa07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/tools/misc/calamares/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77

88
mkDerivation rec {
99
pname = "calamares";
10-
version = "3.3.14";
10+
version = "3.3.13";
1111

1212
# release including submodule
1313
src = fetchurl {
1414
url = "https://github.com/calamares/calamares/releases/download/v${version}/calamares-${version}.tar.gz";
15-
sha256 = "sha256-VUf4DbBn3qkjrmk7pruI6ysu6sHaPr7EL85FPjHCkMA=";
15+
sha256 = "sha256-5Jz32JTgK6BImM0HcMtXi04k39CAirdmC/lbskVmSNQ=";
1616
};
1717

1818
# On major changes, or when otherwise required, you *must* :

0 commit comments

Comments
 (0)