cosmic-protocols: 0-unstable-2025-08-04 -> 0-unstable-2025-08-12

This commit is contained in:
R. Ryantm 2025-08-14 07:04:37 +00:00 committed by Alyssa Ross
parent 15cf127009
commit e74dccabaa

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation {
pname = "cosmic-protocols";
version = "0-unstable-2025-08-04";
version = "0-unstable-2025-08-12";
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-protocols";
rev = "5035f8c810bf734401e21e0a9625c7b7e0c73325";
hash = "sha256-FYfSVg7v7S8G1gHZ5puAqb2yZES81HK+KMu0819cQ8w=";
rev = "8e84152fedf350d2756a2c1c90e07313acb9cdf6";
hash = "sha256-rFoSSc2wBNiW8wK3AIKxyv28FNTEiGk6UWjp5dQVxe8=";
};
makeFlags = [ "PREFIX=${placeholder "out"}" ];