Unverified Commit 1fa5f27f authored by Alyssa Ross's avatar Alyssa Ross Committed by GitHub
Browse files

pop-launcher: 1.2.6 -> 1.2.7 (#446133)

parents 5f0806e2 9c819041
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "pop-launcher";
  version = "1.2.6";
  version = "1.2.7";

  src = fetchFromGitHub {
    owner = "pop-os";
    repo = "launcher";
    tag = finalAttrs.version;
    hash = "sha256-4wPspv5bpqoG45uUkrtxJTvdbmFkpWv8QBZxsPbGu/M=";
    hash = "sha256-Db3Lj1GuhoEP2iMwgEF8HnGAUkz0IIr3ZQWmNd1EaOY=";
  };

  nativeBuildInputs = [
@@ -29,7 +29,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
    libxkbcommon
  ];

  cargoHash = "sha256-gc1YhIxHBqmMOE3Gu3T4gmGdAp0t+qiUXDcPYZE6utU=";
  cargoHash = "sha256-9gYfQQQd/W3QQFavbLiJVFQDs0dkZtHDm3xNXZPzhLc=";

  cargoBuildFlags = [
    "--package"