Merge pull request #302988 from r-ryantm/auto-update/maim

maim: 5.7.4 -> 5.8.0
This commit is contained in:
Nick Cao 2024-04-10 10:09:55 -04:00 committed by GitHub
commit f284c68f12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "maim";
version = "5.7.4";
version = "5.8.0";
src = fetchFromGitHub {
owner = "naelstrof";
repo = "maim";
rev = "v${version}";
sha256 = "sha256-uFtiwaM3H09vfvz3wVvumbqkoZhLNJxONkMqqqrJBs4=";
sha256 = "sha256-/tZqSJnKe8GiffSz9VIFKuxMktRld+hA4ZWP4TZQrlg=";
};
nativeBuildInputs = [ cmake pkg-config ];