This commit is contained in:
Lyle Mantooth 2024-03-17 08:33:10 -04:00
parent e7bd971451
commit 2dde6bb6e5
Signed by: IslandUsurper
GPG key ID: 6DB52EAE123A5789

View file

@ -13,7 +13,7 @@
# to work with older version of flakes # to work with older version of flakes
lastModifiedDate = self.lastModifiedDate or self.lastModified or "19700101"; lastModifiedDate = self.lastModifiedDate or self.lastModified or "19700101";
version = "0.0.95"; version = "0.0.96";
in in
flake-utils.lib.eachDefaultSystem (system: let flake-utils.lib.eachDefaultSystem (system: let
pkgs = nixpkgs.legacyPackages.${system}; pkgs = nixpkgs.legacyPackages.${system};
@ -30,7 +30,7 @@
owner = "alttpo"; owner = "alttpo";
repo = "sni"; repo = "sni";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-lk4RIeObwdyTJzPcDYhSxkT9VG8Y6FWnsHQcjGJdfwI="; hash = "sha256-PGV0c4pMq4+xMPqhUspCrKP2kd2gbkXmpv+p1qlfTSI=";
}; };
buildInputs = with pkgs; [ buildInputs = with pkgs; [
@ -51,7 +51,7 @@
# it should be "out-of-band" with other tooling (eg. gomod2nix). # it should be "out-of-band" with other tooling (eg. gomod2nix).
# To begin with it is recommended to set this, but one must # To begin with it is recommended to set this, but one must
# remeber to bump this hash when your dependencies change. # remeber to bump this hash when your dependencies change.
vendorHash = "sha256-hvIfGu7SQ+OV5iPYlvuOIpE9OqMLRCuUpl5YCpsmBWI="; vendorHash = "sha256-5qdNOUUlHILjJnRkcw58ZvDx1RMi1luWsBGcxyDCW3U=";
meta = with pkgs.lib; { meta = with pkgs.lib; {
description = "An interface that allows multiple concurrent applications to access various kinds of Super Nintendo devices connected to the computer"; description = "An interface that allows multiple concurrent applications to access various kinds of Super Nintendo devices connected to the computer";