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 42de2bc commit cd79579Copy full SHA for cd79579
pkgs/by-name/ma/marwaita-mint/package.nix
@@ -11,13 +11,13 @@
11
12
stdenvNoCC.mkDerivation (finalAttrs: {
13
pname = "marwaita-mint";
14
- version = "22.2";
+ version = "24";
15
16
src = fetchFromGitHub {
17
owner = "darkomarko42";
18
repo = "marwaita-mint";
19
rev = finalAttrs.version;
20
- hash = "sha256-hKpiEq2Xofp64p5HbznNc4biDALsIN1M98px1sTluFA=";
+ hash = "sha256-Bvo4IRE1yXu4SDvyDY8mrMyZivqYEVQwkdSH+UZruSI=";
21
};
22
23
buildInputs = [
0 commit comments