cosmic-panel: 1.0.0-beta.1 -> 1.0.0-beta.1.1

Diff: https://github.com/pop-os/cosmic-panel/compare/epoch-1.0.0-beta.1...epoch-1.0.0-beta.1.1

+3 -3
+3 -3
pkgs/by-name/co/cosmic-panel/package.nix
··· 11 12 rustPlatform.buildRustPackage (finalAttrs: { 13 pname = "cosmic-panel"; 14 - version = "1.0.0-beta.1"; 15 16 # nixpkgs-update: no auto update 17 src = fetchFromGitHub { 18 owner = "pop-os"; 19 repo = "cosmic-panel"; 20 tag = "epoch-${finalAttrs.version}"; 21 - hash = "sha256-2T95y+2yWkBq/MPPv+52KmfVQDxOw7mmjQOzx+L6qkk="; 22 }; 23 24 - cargoHash = "sha256-m9tWSJ/77uD29k6FFxLNtyZCkR32LHy5lzCAEPH5uXw="; 25 26 nativeBuildInputs = [ 27 just
··· 11 12 rustPlatform.buildRustPackage (finalAttrs: { 13 pname = "cosmic-panel"; 14 + version = "1.0.0-beta.1.1"; 15 16 # nixpkgs-update: no auto update 17 src = fetchFromGitHub { 18 owner = "pop-os"; 19 repo = "cosmic-panel"; 20 tag = "epoch-${finalAttrs.version}"; 21 + hash = "sha256-gSTvF6Zcixh5/uYZuUiCIdBlXJj31+lISBwLujTuOfo="; 22 }; 23 24 + cargoHash = "sha256-8KOl581VmsfE7jiVFXy3ZDIfAqnaJuiDd7paqiFI/mk="; 25 26 nativeBuildInputs = [ 27 just