blobby: 1.1 -> 1.1.1

This commit is contained in:
R. Ryantm 2023-08-19 04:05:13 +00:00
parent d3430521cf
commit 2076724c51
1 changed files with 3 additions and 3 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "blobby-volley";
version = "1.1";
version = "1.1.1";
src = fetchurl {
url = "mirror://sourceforge/blobby/Blobby%20Volley%202%20%28Linux%29/1.1/blobby2-linux-1.1.tar.gz";
sha256 = "sha256-1WJ59Fhb1opXjOci+nAx/F2w5TnBaRhxQuPKgmmLfvQ=";
url = "mirror://sourceforge/blobby/Blobby%20Volley%202%20%28Linux%29/1.1.1/blobby2-linux-1.1.1.tar.gz";
sha256 = "sha256-NX7lE+adO1D2f8Bj1Ky3lZpf6Il3gX8KqxTMxw2yFLo=";
};
nativeBuildInputs = [ cmake pkg-config zip ];