cosmic-protocols: 0-unstable-2025-08-12 -> 0-unstable-2025-09-01

This commit is contained in:
R. Ryantm 2025-09-02 09:10:30 +00:00 committed by Alyssa Ross
commit 5d98b7f98f

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation {
pname = "cosmic-protocols";
version = "0-unstable-2025-08-12";
version = "0-unstable-2025-09-01";
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-protocols";
rev = "8e84152fedf350d2756a2c1c90e07313acb9cdf6";
hash = "sha256-rFoSSc2wBNiW8wK3AIKxyv28FNTEiGk6UWjp5dQVxe8=";
rev = "6254f50abc6dbfccadc6939f80e20081ab5f9d51";
hash = "sha256-gOYgz07RGZoBp2RbHn0jUGLGXH/geoch/Y27Qh+jBao=";
};
makeFlags = [ "PREFIX=${placeholder "out"}" ];