cosmic-notifications: 1.0.0-alpha.1 -> 1.0.0-alpha.2 (#344506)

authored by

Johannes Jöns and committed by
GitHub
5ca957d7 2aa6c283

+2 -2
+2 -2
pkgs/by-name/co/cosmic-notifications/package.nix
··· 15 15 16 16 rustPlatform.buildRustPackage rec { 17 17 pname = "cosmic-notifications"; 18 - version = "1.0.0-alpha.1"; 18 + version = "1.0.0-alpha.2"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "pop-os"; ··· 45 45 }; 46 46 47 47 postPatch = '' 48 - substituteInPlace justfile --replace '#!/usr/bin/env' "#!$(command -v env)" 48 + substituteInPlace justfile --replace-fail '#!/usr/bin/env' "#!$(command -v env)" 49 49 ''; 50 50 51 51 nativeBuildInputs = [ just which pkg-config makeBinaryWrapper ];