v0.0.96
This commit is contained in:
parent
e7bd971451
commit
2dde6bb6e5
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue