cosmic-osd: 1.0.0-alpha.5.1 -> 1.0.0-alpha.6 (#384862)

This commit is contained in:
Heitor Augusto
2025-02-25 02:34:20 +05:30
committed by GitHub
parent f0edbb6012
commit 64f5275c81
+3 -3
View File
@@ -10,17 +10,17 @@
rustPlatform.buildRustPackage rec {
pname = "cosmic-osd";
version = "1.0.0-alpha.5.1";
version = "1.0.0-alpha.6";
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-osd";
tag = "epoch-${version}";
hash = "sha256-a5wzCHfp+dhtEkXsJOeEs2ZkmooSWIDGymeAdrXKE+U=";
hash = "sha256-ezOeRgqI/GOWFknUVZI7ZLEy1GYaBI+/An83HWKL6ho=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-hJC0t8R+cdPWzdpxHA+j7en4IrhZXt5LM3S2V6/bps0=";
cargoHash = "sha256-vYehF2RjPrTZiuGcRUe4XX3ftRo7f+SIoKizD/kOtR8=";
nativeBuildInputs = [ libcosmicAppHook ];