Unverified Commit 8e31c4a7 authored by Johannes Jöns's avatar Johannes Jöns Committed by GitHub
Browse files

cosmic-osd: 1.0.0-alpha.1 -> 1.0.0-alpha.2 (#344491)

parents 5ca957d7 a4d8aa61
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,11 +10,11 @@

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

  src = fetchFromGitHub {
    owner = "pop-os";
    repo = pname;
    repo = "cosmic-osd";
    rev = "epoch-${version}";
    hash = "sha256-JDdVFNTJI9O88lLKB1esJE4sk7ZZnTMilQRZSAgnTqs=";
  };