inventree: 1.3.3 -> 1.3.5 (#532146)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-16 10:13:06 +00:00
committed by GitHub
+2 -2
View File
@@ -14,12 +14,12 @@
}:
let
version = "1.3.3";
version = "1.3.5";
src = fetchFromGitHub {
owner = "inventree";
repo = "inventree";
tag = "${version}";
hash = "sha256-Xh3YcVz5OLQ596uWUEac87CKi62xgr63dYiYb6U6qXQ=";
hash = "sha256-SxJc09zy7aKW+PVl4My3jzwsktkbsvNnyXMTMs/NzUA=";
postCheckout = ''
git -C $out rev-parse HEAD > $out/commit_hash.txt
git -C $out show -s --format=%cd --date=short HEAD > $out/commit_date.txt