Merge pull request #298616 from sikmir/simplotask

simplotask: 1.13.1 → 1.14.1
This commit is contained in:
Nikolay Korotkiy
2024-04-04 00:22:05 +04:00
committed by GitHub
2 changed files with 2 additions and 4 deletions
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "simplotask";
version = "1.13.1";
version = "1.14.1";
src = fetchFromGitHub {
owner = "umputun";
repo = "spot";
rev = "v${version}";
hash = "sha256-Sg84Q5I82W2fz/CHh9ov0QPCzAoyqkNrATWNFnMrnEw=";
hash = "sha256-xflMbumhHBH2K7NP+K89jLwM3Ftr/53h0ZuGqzLAmVo=";
};
vendorHash = null;
-2
View File
@@ -13100,8 +13100,6 @@ with pkgs;
simple-mtpfs = callPackage ../tools/filesystems/simple-mtpfs { };
simplotask = callPackage ../tools/admin/simplotask { };
simpleproxy = callPackage ../tools/networking/simpleproxy { };
simplescreenrecorder = libsForQt5.callPackage ../applications/video/simplescreenrecorder { };