From 2dde6bb6e5f78ce8526ad6825462d9cecf45f6c9 Mon Sep 17 00:00:00 2001 From: Lyle Mantooth Date: Sun, 17 Mar 2024 08:33:10 -0400 Subject: [PATCH] v0.0.96 --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 53b7c95..40e3b2a 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ # to work with older version of flakes lastModifiedDate = self.lastModifiedDate or self.lastModified or "19700101"; - version = "0.0.95"; + version = "0.0.96"; in flake-utils.lib.eachDefaultSystem (system: let pkgs = nixpkgs.legacyPackages.${system}; @@ -30,7 +30,7 @@ owner = "alttpo"; repo = "sni"; rev = "v${version}"; - hash = "sha256-lk4RIeObwdyTJzPcDYhSxkT9VG8Y6FWnsHQcjGJdfwI="; + hash = "sha256-PGV0c4pMq4+xMPqhUspCrKP2kd2gbkXmpv+p1qlfTSI="; }; buildInputs = with pkgs; [ @@ -51,7 +51,7 @@ # it should be "out-of-band" with other tooling (eg. gomod2nix). # To begin with it is recommended to set this, but one must # remeber to bump this hash when your dependencies change. - vendorHash = "sha256-hvIfGu7SQ+OV5iPYlvuOIpE9OqMLRCuUpl5YCpsmBWI="; + vendorHash = "sha256-5qdNOUUlHILjJnRkcw58ZvDx1RMi1luWsBGcxyDCW3U="; meta = with pkgs.lib; { description = "An interface that allows multiple concurrent applications to access various kinds of Super Nintendo devices connected to the computer";