Skip to content

Commit cfd2641

Browse files
authored
Merge pull request #198057 from bobby285271/pantheon
pantheon.appcenter: 3.10.0 -> 4.0.0
2 parents 1b1ab2d + beed58c commit cfd2641

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)