Commit 5509a75e authored by R. RyanTM's avatar R. RyanTM Committed by Alyssa Ross
Browse files

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

parent be2c67ee
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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"}" ];