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

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

+2 -2
+2 -2
pkgs/by-name/co/cosmic-launcher/package.nix
··· 11 12 rustPlatform.buildRustPackage (finalAttrs: { 13 pname = "cosmic-launcher"; 14 - version = "1.0.0-beta.1"; 15 16 # nixpkgs-update: no auto update 17 src = fetchFromGitHub { 18 owner = "pop-os"; 19 repo = "cosmic-launcher"; 20 tag = "epoch-${finalAttrs.version}"; 21 - hash = "sha256-/OXX+jcuXbAIH4+5RK5dNVdugxbH/qUPOYUKeeNS6vw="; 22 }; 23 24 cargoHash = "sha256-57rkCufJPWm844/iMIfULfaGR9770q8VgZgnqCM57Zg=";
··· 11 12 rustPlatform.buildRustPackage (finalAttrs: { 13 pname = "cosmic-launcher"; 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-launcher"; 20 tag = "epoch-${finalAttrs.version}"; 21 + hash = "sha256-vAuWH9qmstPcfPvcKoM/2VjGxAfdtO9hhOPaZ5Ft4Y0="; 22 }; 23 24 cargoHash = "sha256-57rkCufJPWm844/iMIfULfaGR9770q8VgZgnqCM57Zg=";