cosmic-protocols: 0-unstable-2025-05-02 -> 0-unstable-2025-06-19

This commit is contained in:
R. Ryantm
2025-06-21 10:19:56 +02:00
committed by Alyssa Ross
parent 2a2bd474e0
commit d818fc4788
+3 -3
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation {
pname = "cosmic-protocols";
version = "0-unstable-2025-05-02";
version = "0-unstable-2025-06-19";
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-protocols";
rev = "1425bd44ed2b318a552201cc752ae11f2f483ef5";
hash = "sha256-rzLust1BKbITEgN7Hwjy1CT+4iOipv+4VIixfUAuCms=";
rev = "408af98de5122577a0df80a64b85c7e1c5c7b6e0";
hash = "sha256-yfCtv0HfxlyCABCVTRUiutHxfPEu0Anp+cdkdVwyyRY=";
};
makeFlags = [ "PREFIX=${placeholder "out"}" ];