Merge pull request #305225 from nix-julia/update-ssw

ssw: 0.8 -> 0.10
This commit is contained in:
Sandro 2024-04-25 22:13:09 +02:00 committed by GitHub
commit ceb59e436e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "ssw";
version = "0.8";
version = "0.10";
src = fetchurl {
url = "https://alpha.gnu.org/gnu/ssw/spread-sheet-widget-${version}.tar.gz";
sha256 = "sha256-hYnYKY/PO1hQ0JaLBIAaT0D68FVVRPbMnZVLAWLplUs=";
sha256 = "sha256-gGkuw1AnGZXhR9x1mSnN1507ZF5rXvqmtX9NLQXoR+U=";
};
nativeBuildInputs = [ pkg-config ];