Commit bf2f0b73 authored by R. RyanTM's avatar R. RyanTM
Browse files

cosmic-protocols: 0-unstable-2025-09-26 -> 0-unstable-2026-01-08

parent 9647a2ba
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-09-26";
  version = "0-unstable-2026-01-08";

  src = fetchFromGitHub {
    owner = "pop-os";
    repo = "cosmic-protocols";
    rev = "d0e95be25e423cfe523b11111a3666ed7aaf0dc4";
    hash = "sha256-KvXQJ/EIRyrlmi80WKl2T9Bn+j7GCfQlcjgcEVUxPkc=";
    rev = "160b086abe03cd34a8a375d7fbe47b24308d1f38";
    hash = "sha256-ymn+BUTTzyHquPn4hvuoA3y1owFj8LVrmsPu2cdkFQ8=";
  };

  makeFlags = [ "PREFIX=${placeholder "out"}" ];