From 72dec68bdc726b2cb090a1b5af63d5b88a520f83 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 28 Feb 2026 11:27:16 +0000 Subject: [PATCH] qoi: 0-unstable-2026-02-04 -> 0-unstable-2026-02-14 --- pkgs/by-name/qo/qoi/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/qo/qoi/package.nix b/pkgs/by-name/qo/qoi/package.nix index 2bbce98bac03..a0714cfdbb91 100644 --- a/pkgs/by-name/qo/qoi/package.nix +++ b/pkgs/by-name/qo/qoi/package.nix @@ -10,13 +10,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "qoi"; - version = "0-unstable-2026-02-04"; # no upstream version yet. + version = "0-unstable-2026-02-14"; # no upstream version yet. src = fetchFromGitHub { owner = "phoboslab"; repo = "qoi"; - rev = "a2f3ab61bc1f3271aad699abc47653df36162bbc"; - hash = "sha256-NLvePFZGTWlY+fDInLqnLriUTyBfh0koHQwik917vQY="; + rev = "6fff9b70dd79b12f808b0acc5cb44fde9998725e"; + hash = "sha256-pw/lflPXLVdM/Qg685/nAlGt5bQC5WU6t496z6xWHx0="; }; patches = [