Skip to content

Commit 0613228

Browse files
calamares-nixos-extensions: 0.3.19 -> 0.3.21 (#384567)
2 parents 020398b + c1027a8 commit 0613228

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ca/calamares-nixos-extensions/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
stdenv.mkDerivation (finalAttrs: {
88
pname = "calamares-nixos-extensions";
9-
version = "0.3.19";
9+
version = "0.3.21";
1010

1111
src = fetchFromGitHub {
1212
owner = "NixOS";
1313
repo = "calamares-nixos-extensions";
1414
rev = finalAttrs.version;
15-
hash = "sha256-/WdSMqtF8DKplsDx00l8HYijYvOUBb55Opv3Z8+T6QU=";
15+
hash = "sha256-txEPZ3S231g46nKN8wnMU334dMExvfRoc/SAspVJZiY=";
1616
};
1717

1818
installPhase = ''

0 commit comments

Comments
 (0)