cosmic-protocols: 0-unstable-2025-03-21 -> 0-unstable-2025-04-14

This commit is contained in:
R. Ryantm 2025-04-16 02:50:13 +00:00 committed by Alyssa Ross
parent be2c67ee44
commit 5509a75e2a

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation {
pname = "cosmic-protocols";
version = "0-unstable-2025-03-21";
version = "0-unstable-2025-04-14";
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-protocols";
rev = "ee0d46f4b7e1508011a98225f14c4a0528ab2914";
hash = "sha256-oD9BYWX0uPpdsOYAyFq/pI6zxM0SfEb8lq9QA2yrBZY=";
rev = "67df697105486fa4c9dd6ce00889c8b0526c9bb4";
hash = "sha256-rogV5BTloAatfinrgl7I6hakybLkPRKhnwlILBGKkQU=";
};
makeFlags = [ "PREFIX=${placeholder "out"}" ];