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 44d1fae commit 1ba73f2Copy full SHA for 1ba73f2
pkgs/by-name/ai/airwindows/package.nix
@@ -9,13 +9,13 @@
9
}:
10
stdenv.mkDerivation {
11
pname = "airwindows";
12
- version = "0-unstable-2025-02-02";
+ version = "0-unstable-2025-02-16";
13
14
src = fetchFromGitHub {
15
owner = "airwindows";
16
repo = "airwindows";
17
- rev = "14f348fe83cfd42a6402856d3d15a1866b157996";
18
- hash = "sha256-IHOEpVykX1416wQBqymFgYHA8AnNH9mfUU53IkVVs6Y=";
+ rev = "6a9e1e2913c85edc21f4554b49089668f19cc924";
+ hash = "sha256-Lb7IawTn/JKm/UF8ArwYalJGzX0yZwhKden5e2TlBeI=";
19
};
20
21
# we patch helpers because honestly im spooked out by where those variables
0 commit comments