Commit 5d98b7f9 authored by R. RyanTM's avatar R. RyanTM Committed by Alyssa Ross
Browse files

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

parent e9537a93
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-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"}" ];