Skip to content

Commit beed58c

Browse files
committed
pantheon.appcenter: 3.10.0 -> 4.0.0
1 parent 1b4e880 commit beed58c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/desktops/pantheon/apps/appcenter/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525

2626
stdenv.mkDerivation rec {
2727
pname = "appcenter";
28-
version = "3.10.0";
28+
version = "4.0.0";
2929

3030
src = fetchFromGitHub {
3131
owner = "elementary";
3232
repo = pname;
3333
rev = version;
34-
sha256 = "sha256-Y3ueicw6Hn6lw24hdPeJohGol6l7UlQFIefYsBVY6Hg=";
34+
sha256 = "sha256-6QWvDBhOxoK8HjmygV92WPDgq2Jbk4igWDbXrXc7/FQ=";
3535
};
3636

3737
nativeBuildInputs = [

0 commit comments

Comments
 (0)