about summary refs log tree commit diff
path: root/pkgs/by-name/x1
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-12-10 17:21:59 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-12-10 22:24:00 -0300
commit7d416c7e15ff6204541c02ce1a9b884417c8abc7 (patch)
tree79560289cfd4b8002ca7e72a4c7bf2f5951acc01 /pkgs/by-name/x1
parent61bd5e07615fec93037ae254d41326ffcb082f3d (diff)
x16.rom: 45 -> 46
Diffstat (limited to 'pkgs/by-name/x1')
-rw-r--r--pkgs/by-name/x1/x16/rom.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/x1/x16/rom.nix b/pkgs/by-name/x1/x16/rom.nix
index 4a85b138ef2ff..7d17bb8272ce4 100644
--- a/pkgs/by-name/x1/x16/rom.nix
+++ b/pkgs/by-name/x1/x16/rom.nix
@@ -8,13 +8,13 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "x16-rom";
-  version = "45";
+  version = "46";
 
   src = fetchFromGitHub {
     owner = "X16Community";
     repo = "x16-rom";
     rev = "r${finalAttrs.version}";
-    hash = "sha256-gZAs383Lft2Ee9Cp2+Daxa/swwtNYI/T/7kNtn5ROSY=";
+    hash = "sha256-PcLHIT84NbH+ejq8SY/UN+TYtRFWtqQBHwHqToFUol8=";
   };
 
   nativeBuildInputs = [