Skip to content

Commit

Permalink
bump upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
ziguana committed Feb 4, 2025
1 parent f933d60 commit 4ef5ec8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pkgs/cosmic-ext-applet-system-monitor/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,17 @@

rustPlatform.buildRustPackage {
pname = "cosmic-ext-applet-system-monitor";
version = "0-unstable-2025-01-13";
version = "0-unstable-2025-02-03";

src = fetchFromGitHub {
owner = "D-Brox";
repo = "cosmic-ext-applet-system-monitor";
rev = "8d133a4d5ee431b878b482f18b98e86b224992e8";
hash = "sha256-AwpZ2nb3YPfOAFpkoKZrDm4264UmVH96SmKLc0l81R4=";
rev = "f29debf726551df521aa26070c8efc54d7c0a714";
hash = "sha256-JR1x84c7C0BNwt2QuFKLXiwGX5Pke6B1a8QotOFf68Y=";
};


useFetchCargoVendor = true;
cargoHash = "";
cargoHash = "sha256-KvVkQOcioK4wAjakoFi95BGXFqRQhzJ75mRBWyRKsGM=";

nativeBuildInputs = [
libcosmicAppHook
Expand Down

0 comments on commit 4ef5ec8

Please sign in to comment.