Skip to content

Commit 07bc1d0

Browse files
fabianhjrbobby285271
authored andcommitted
tinysparql: 3.8.beta → 3.8.0
https://gitlab.gnome.org/GNOME/tinysparql/-/compare/3.8.beta...3.8.0 Applied from pull request 343127.
1 parent 79f566d commit 07bc1d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/ti/tinysparql/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333

3434
stdenv.mkDerivation (finalAttrs: {
3535
pname = "tinysparql";
36-
version = "3.8.beta";
36+
version = "3.8.0";
3737

3838
outputs = [ "out" "dev" "devdoc" ];
3939

4040
src = fetchurl {
4141
url = with finalAttrs; "mirror://gnome/sources/tinysparql/${lib.versions.majorMinor version}/tinysparql-${version}.tar.xz";
42-
hash = "sha256-Xn3Fr+Py5XbUNyXXU8hpFiuhnoeCkW362+ILk8eIey4=";
42+
hash = "sha256-wPzad1IPUxVIsjlRN9zRk+6c3l4iLTydJz8DDRdipQQ=";
4343
};
4444

4545
strictDeps = true;

0 commit comments

Comments
 (0)