Commit a1d122b4 authored by Aaron Honeycutt's avatar Aaron Honeycutt Committed by Alyssa Ross
Browse files

cosmic-store: unstable-2024-04-15 -> 1.0.0-alpha.1

parent 8f3b8f30
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -5,11 +5,12 @@

rustPlatform.buildRustPackage rec {
  pname = "cosmic-store";
  version = "unstable-2024-04-14";
  version = "1.0.0-alpha.1";

  src = fetchFromGitHub {
    owner = "pop-os";
    repo = pname;
    rev = "b1bbeaa6e6bdc85c84d329ae01b69d72716411fc";
    rev = "epoch-${version}";
    hash = "sha256-KHYcQnaRFoYzl/00mFkS6MJS7Th0T0fQhxYUErjzGCo=";
    fetchSubmodules = true;
  };