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

Actually does the bump.

Fixes cb5ce1520a.
This commit is contained in:
R. RyanTM
2023-09-25 05:35:56 -07:00
committed by GitHub
parent 6500b4580c
commit 034b9ec5f7

View File

@@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "appcenter";
version = "7.3.0";
version = "7.4.0";
src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "sha256-Lj3j812XaCIN+TFSDAvIgtl49n5jG4fVlAFvrWqngpM=";
sha256 = "sha256-L6MGbzzujr4tEB2Cpd7IU+3mOtSCt2hLPw4mOfZ4TkQ=";
};
nativeBuildInputs = [