shortcat: 0.11.4 -> 0.12.2 (#432990)

authored by

Peder Bergebakken Sundt and committed by
GitHub
6d7031c1 fd226032

+3 -4
+3 -4
pkgs/by-name/sh/shortcat/package.nix
··· 4 4 fetchurl, 5 5 unzip, 6 6 }: 7 - 8 7 stdenv.mkDerivation rec { 9 8 pname = "shortcat"; 10 - version = "0.11.4"; 9 + version = "0.12.2"; 11 10 12 11 src = fetchurl { 13 12 url = "https://files.shortcat.app/releases/v${version}/Shortcat.zip"; 14 - sha256 = "sha256-0uhAGU5y98oOLAlM7Uu4dWyK85RfNR5c8z3U7LHi8g8="; 13 + sha256 = "sha256-jmp9mBMYID0Zcu/o6ICYPS8QGHhSwcLz072jG3zR2mM="; 15 14 }; 16 15 17 16 sourceRoot = "Shortcat.app"; ··· 28 27 homepage = "https://shortcat.app/"; 29 28 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 30 29 platforms = platforms.darwin; 31 - maintainers = [ ]; 30 + maintainers = with lib.maintainers; [ t-monaghan ]; 32 31 license = licenses.unfreeRedistributable; 33 32 }; 34 33 }