sloth-app: 3.2 -> 3.3

This commit is contained in:
Dimitar Nestorov 2024-09-21 17:09:28 +03:00
parent 4e5c217f4e
commit 2aee66095c
No known key found for this signature in database

View File

@ -7,11 +7,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sloth-app";
version = "3.2";
version = "3.3";
src = fetchurl {
url = "https://github.com/sveinbjornt/Sloth/releases/download/${finalAttrs.version}/sloth-${finalAttrs.version}.zip";
hash = "sha256-8/x8I769V8kGxstDuXXUaMtGvg03n2vhrKvmaltSISo=";
hash = "sha256-LGaL7+NqoPqXZdYWq9x+yNEZFlZZmsZw+qcELC4rdjY=";
};
dontUnpack = true;