Skip to content

Commit

Permalink
feat: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardotglobal committed Oct 22, 2024
1 parent e8fbc95 commit e630b5a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
11 changes: 8 additions & 3 deletions packages/winapps-launcher/default.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Copyright (c) 2024 Oskar Manhart
# All rights reserved.
#
# SPDX-License-Identifier: AGPL-3.0-or-later

{
stdenv,
lib,
Expand All @@ -9,12 +14,12 @@
...
}:
let
rev = "eaa660d39bf3f49b136c98c87c35e3e12f118f8f";
hash = "sha256-7lkx/O4dOdVqAPX6s2IkkM6Ggbzmz9sm++20BBeoUQ4=";
rev = "9f5fbcb57f2932b260202fb582f9adcf28df5f1c";
hash = "sha256-cShXlcFHTryxKLKxdoqZSge2oyGgeuFPW9Nxg+gSjB4=";
in
stdenv.mkDerivation rec {
pname = "winapps-launcher";
version = "git+${rev}";
version = "0-unstable-${rev}";

src = fetchFromGitHub {
owner = "winapps-org";
Expand Down
11 changes: 8 additions & 3 deletions packages/winapps/default.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Copyright (c) 2024 Oskar Manhart
# All rights reserved.
#
# SPDX-License-Identifier: AGPL-3.0-or-later

{
stdenv,
lib,
Expand All @@ -11,12 +16,12 @@
...
}:
let
rev = "07817afe0c2cad15c4eb90b5c94261a2b4d365d4";
hash = "sha256-4KxssnSw1Xk6huKRpbRFw6NXIhjCoZYBzu/HYA1ngDM=";
rev = "c8dcccad08b3e5489d78f2aad034189d8654745c";
hash = "sha256-RM9jv8oS8wKcSJpvkFFG9uyiRv9EaLQWANymGTXdl4o=";
in
stdenv.mkDerivation rec {
pname = "winapps";
version = "git+${rev}";
version = "0-unstable-${rev}";

src = fetchFromGitHub {
owner = "winapps-org";
Expand Down

0 comments on commit e630b5a

Please sign in to comment.