0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

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

This commit is contained in:
R. Ryantm 2025-03-27 16:07:50 +00:00 committed by Valentin Gagarin
parent e91a742511
commit bb0e0d9adb

View file

@ -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;
};