diff --git a/flake.lock b/flake.lock index ae0c84c..d98c853 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nix-filter": { "locked": { - "lastModified": 1681154353, - "narHash": "sha256-MCJ5FHOlbfQRFwN0brqPbCunLEVw05D/3sRVoNVt2tI=", + "lastModified": 1710156097, + "narHash": "sha256-1Wvk8UP7PXdf8bCCaEoMnOT1qe5/Duqgj+rL8sRQsSM=", "owner": "numtide", "repo": "nix-filter", - "rev": "f529f42792ade8e32c4be274af6b6d60857fbee7", + "rev": "3342559a24e85fc164b295c3444e8a139924675b", "type": "github" }, "original": { @@ -17,11 +17,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1686433093, - "narHash": "sha256-mgsBp6ldpjYzw69fTDsGjbkRkDw+KEab8lYijNb/x5M=", + "lastModified": 1718572539, + "narHash": "sha256-sVckVlLB7jabSssRztrY+MGewz1GZF4jbbk6sMFHseU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "08a52221617f04693b40f718ee91c446e6bc139d", + "rev": "10f11abbd11e1f659e39893a4b69dcc84767433f", "type": "github" }, "original": { @@ -58,11 +58,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1685518550, - "narHash": "sha256-o2d0KcvaXzTrPRIo0kOLV0/QXHhDQ5DTi+OxcjO8xqY=", + "lastModified": 1710146030, + "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", "owner": "numtide", "repo": "flake-utils", - "rev": "a1720a10a6cfe8234c0e93907ffe81be440f4cef", + "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 50c867b..cddf982 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ filter = nix-filter.lib; pname = "gotosocial"; - version = "0.13.3"; + version = "0.16.0"; in { packages = { default = pkgs.stdenv.mkDerivation { @@ -30,7 +30,7 @@ srcs = [ (pkgs.fetchzip { name = "gtsRelease"; url = "https://github.com/superseriousbusiness/${pname}/releases/download/v${version}/${pname}_${version}_linux_amd64.tar.gz"; - sha256 = "sha256-XaqwsfIyGJHCRH48nAlKsoIj2Jz89q78Y0qs/SOn5VA="; + sha256 = "sha256-koqkbRXnnozhAOCLRjDnlMW3CYf2F5xCLNehpZs2770="; stripRoot = false; }) (filter {