Commit bb0e0d9a authored by R. RyanTM's avatar R. RyanTM Committed by Valentin Gagarin
Browse files

stract: 0-unstable-2024-12-11 -> 0-unstable-2025-03-24

parent e91a7425
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

rustPlatform.buildRustPackage {
  pname = "stract";
  version = "0-unstable-2024-12-11";
  version = "0-unstable-2025-03-24";

  src = fetchFromGitHub {
    owner = "StractOrg";
    repo = "stract";
    rev = "ecb495a66cf6c2f66d817803df38385a3001a38d";
    hash = "sha256-UeIziIihDCjGoz2IdfROnO9/N82S4yextnF4Sbtrn24=";
    rev = "8ac40b023e0a49f55cdd5b599841ea46d0503ec9";
    hash = "sha256-HrZ70RuBToa5m2DJN3KDHFoWae2YqHGpy1imwi+xvCo=";
    fetchSubmodules = true;
  };