cinny-{unwrapped,desktop}: disable nixpkgs-update
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user