cosmic-protocols: 0-unstable-2025-09-01 -> 0-unstable-2025-09-17

This commit is contained in:
R. Ryantm
2025-09-24 21:02:35 +00:00
parent 2cd3cac166
commit 8043611d55
+3 -3
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation {
pname = "cosmic-protocols";
version = "0-unstable-2025-09-01";
version = "0-unstable-2025-09-17";
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-protocols";
rev = "6254f50abc6dbfccadc6939f80e20081ab5f9d51";
hash = "sha256-gOYgz07RGZoBp2RbHn0jUGLGXH/geoch/Y27Qh+jBao=";
rev = "af1997b1827ad64aab46fa31c0b77fb20d7a537a";
hash = "sha256-gIfCk8FqZo1iFwTTtcLqnX14Jg3k6UXIBkpKsom43EU=";
};
makeFlags = [ "PREFIX=${placeholder "out"}" ];