cosmic-launcher: 1.0.0-beta.3 -> 1.0.0-beta.4

Diff: https://github.com/pop-os/cosmic-launcher/compare/epoch-1.0.0-beta.3...epoch-1.0.0-beta.4
This commit is contained in:
Heitor Augusto
2025-10-28 18:07:41 -03:00
parent f0184ea75b
commit d2b4a4d4f5
+3 -3
View File
@@ -11,17 +11,17 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-launcher";
version = "1.0.0-beta.3";
version = "1.0.0-beta.4";
# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-launcher";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-QqJ59e0UxnNjbsIjsoeZaUhc1WfVpQtorzDVewJNpIo=";
hash = "sha256-xhK80oKZFFvz+dPKBm1hcVXk9G7GofqEmwAdyzhOJqI=";
};
cargoHash = "sha256-bW6XtdK+AZiuwfzBUWmUi00RJXeuzgzGKoL35lyDBfM=";
cargoHash = "sha256-2kkKPU4iEsInLwJyEyJ15/T1pVfDsKD69DISGilNWws=";
nativeBuildInputs = [
just