nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

[Backport release-25.11] nextcloud-client: 4.0.3 -> 4.0.4 (#478296)

authored by

Sandro and committed by
GitHub
b3e17da2 5eb5ee00

+2 -2
+2 -2
pkgs/by-name/ne/nextcloud-client/package.nix
··· 23 23 24 24 stdenv.mkDerivation rec { 25 25 pname = "nextcloud-client"; 26 - version = "4.0.3"; 26 + version = "4.0.4"; 27 27 28 28 outputs = [ 29 29 "out" ··· 34 34 owner = "nextcloud-releases"; 35 35 repo = "desktop"; 36 36 tag = "v${version}"; 37 - hash = "sha256-PwL5USUP60ePxn0U7zyx6hHQlx4xKVquZ1QLTWTsSRU="; 37 + hash = "sha256-BEjsIx0knmTj6kgM7fsJV5XN660cRe9DbYxeL7YHPRo="; 38 38 }; 39 39 40 40 patches = [