pantheon.appcenter: 7.3.0 -> 7.4.0 (#257248)

Actually does the bump.

Fixes cb5ce1520a4df91ee5d4e85178c6cbff7171212b.

authored by

R. RyanTM and committed by
GitHub
034b9ec5 6500b458

+2 -2
+2 -2
pkgs/desktops/pantheon/apps/appcenter/default.nix
··· 23 23 24 24 stdenv.mkDerivation rec { 25 25 pname = "appcenter"; 26 - version = "7.3.0"; 26 + version = "7.4.0"; 27 27 28 28 src = fetchFromGitHub { 29 29 owner = "elementary"; 30 30 repo = pname; 31 31 rev = version; 32 - sha256 = "sha256-Lj3j812XaCIN+TFSDAvIgtl49n5jG4fVlAFvrWqngpM="; 32 + sha256 = "sha256-L6MGbzzujr4tEB2Cpd7IU+3mOtSCt2hLPw4mOfZ4TkQ="; 33 33 }; 34 34 35 35 nativeBuildInputs = [