Commit 7532ca92 authored by a-kenji's avatar a-kenji
Browse files

cosmic-osd: 1.0.0-alpha.1 -> 1.0.0-alpha.2

This is essentially a NFC, but matches the latest upstream tag.
parent 448240f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

rustPlatform.buildRustPackage rec {
  pname = "cosmic-osd";
  version = "1.0.0-alpha.1";
  version = "1.0.0-alpha.2";

  src = fetchFromGitHub {
    owner = "pop-os";