Unverified Commit b31c77de authored by Lu Wang's avatar Lu Wang
Browse files

cinny-{unwrapped,desktop}: disable nixpkgs-update

parent 3fb39426
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
  # We have to be using the same version as cinny-web or this isn't going to work.
  version = "4.10.5";

  # nixpkgs-update: no auto update
  src = fetchFromGitHub {
    owner = "cinnyapp";
    repo = "cinny-desktop";
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ buildNpmPackage rec {
  # Remember to update cinny-desktop when bumping this version.
  version = "4.10.5";

  # nixpkgs-update: no auto update
  src = fetchFromGitHub {
    owner = "cinnyapp";
    repo = "cinny";