Merge pull request #134562 from r-ryantm/auto-update/sequeler

sequeler: 0.8.0 -> 0.8.2
This commit is contained in:
Ryan Mulligan
2021-08-17 18:40:39 -07:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@ let
in stdenv.mkDerivation rec {
pname = "sequeler";
version = "0.8.0";
version = "0.8.2";
src = fetchFromGitHub {
owner = "Alecaddd";
repo = pname;
rev = "v${version}";
sha256 = "090plqnby2wxzr1waq5kz89w3269j363mgxwfz9g7qg55lddaahz";
sha256 = "sha256-MsHHTYERe0v+u3KnVtx+jmJTKORJTJ7bNfJMZHV9Ly4=";
};
nativeBuildInputs = [ meson ninja pkg-config vala gettext wrapGAppsHook python3 desktop-file-utils ];