Commit 62719971 authored by R. RyanTM's avatar R. RyanTM
Browse files

libretro-shaders-slang: 0-unstable-2025-10-27 -> 0-unstable-2025-10-30

parent 55fc1b11
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenvNoCC.mkDerivation {
  pname = "libretro-shaders-slang";
  version = "0-unstable-2025-10-27";
  version = "0-unstable-2025-10-30";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "slang-shaders";
    rev = "1e632419233373cc72c104467ca6f7b8229c7594";
    hash = "sha256-PrSZUi2II6ppks5U4c9VTG8C72fp5ZGuI0/dqAKd9IY=";
    rev = "bb15fc268529cad6132f288f90e87c07c37212e3";
    hash = "sha256-EVthZs6zrqJYWpTPae8ZNxY9J69YauVxr45MQ0OXQc4=";
  };

  dontConfigure = true;