cosmic-screenshot: 1.0.0-alpha.1 -> 1.0.0-alpha.2 (#344497)

This commit is contained in:
Johannes Jöns 2024-09-25 19:16:56 +00:00 committed by GitHub
commit f9e2eb32da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@
rustPlatform.buildRustPackage rec {
pname = "cosmic-screenshot";
version = "1.0.0-alpha.1";
version = "1.0.0-alpha.2";
src = fetchFromGitHub {
owner = "pop-os";
@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-+yHpRbK+AWnpcGrC5U0wKbt0u8tm3CFGjKTCDQpb3G0=";
};
cargoHash = "sha256-d56y35npMPrQM0yF0ytNcOdMKBz9IQvEz37DNvKBBSk=";
cargoHash = "sha256-fzIVyxzNknEjGJoR9sgXkY+gyuTC0T4Sy513X8umbWA=";
nativeBuildInputs = [ just pkg-config ];