cosmic-panel: unstable-2023-11-13 -> 1.0.0-alpha.5.1

This commit is contained in:
a-kenji
2025-01-15 14:31:27 +01:00
parent b493c8eb7b
commit 1ad887fde6
+4 -4
View File
@@ -13,17 +13,17 @@
rustPlatform.buildRustPackage {
pname = "cosmic-panel";
version = "unstable-2023-11-13";
version = "1.0.0-alpha.5.1";
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-panel";
rev = "f07cccbd2dc15ede5aeb7646c61c6f62cb32db0c";
hash = "sha256-uUq+xElZMcG5SWzha9/8COaenycII5aiXmm7sXGgjXE=";
rev = "epoch-1.0.0-alpha.5.1";
hash = "sha256-nO7Y1SpwvfHhL0OSy7Ti+e8NPzfknW2SGs7IYoF1Jow=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-1XtW72KPdRM5gHIM3Fw2PZCobBXYDMAqjZ//Ebr51tc=";
cargoHash = "sha256-EIp9s42deMaB7BDe7RAqj2+CnTXjHCtZjS5Iq8l46A4=";
nativeBuildInputs = [
just