Unverified Commit 55040b6e authored by Heitor Augusto's avatar Heitor Augusto
Browse files

pop-launcher: `rev` -> `tag`

parent 9f62aa53
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
  src = fetchFromGitHub {
    owner = "pop-os";
    repo = "launcher";
    rev = finalAttrs.version;
    tag = finalAttrs.version;
    hash = "sha256-4wPspv5bpqoG45uUkrtxJTvdbmFkpWv8QBZxsPbGu/M=";
  };