Skip to content

Commit

Permalink
cosmic-notifications: 1.0.0-alpha.1 -> 1.0.0-alpha.2 (#344506)
Browse files Browse the repository at this point in the history
  • Loading branch information
jopejoe1 authored Sep 26, 2024
2 parents 2aa6c28 + a032655 commit 5ca957d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/co/cosmic-notifications/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

rustPlatform.buildRustPackage rec {
pname = "cosmic-notifications";
version = "1.0.0-alpha.1";
version = "1.0.0-alpha.2";

src = fetchFromGitHub {
owner = "pop-os";
Expand Down Expand Up @@ -45,7 +45,7 @@ rustPlatform.buildRustPackage rec {
};

postPatch = ''
substituteInPlace justfile --replace '#!/usr/bin/env' "#!$(command -v env)"
substituteInPlace justfile --replace-fail '#!/usr/bin/env' "#!$(command -v env)"
'';

nativeBuildInputs = [ just which pkg-config makeBinaryWrapper ];
Expand Down

0 comments on commit 5ca957d

Please sign in to comment.