[Backport release-26.05] inventree: 1.3.0 -> 1.3.3 (#535236)

This commit is contained in:
Gergő Gutyina 2026-07-01 22:05:07 +00:00 committed by GitHub
commit bbf080acdc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,12 +14,12 @@
}:
let
version = "1.3.0";
version = "1.3.3";
src = fetchFromGitHub {
owner = "inventree";
repo = "inventree";
tag = "${version}";
hash = "sha256-nsGqfm7XTwHblvqHmsMo8yQgl7ZtbtPdjOfrpXSQbn0=";
hash = "sha256-Xh3YcVz5OLQ596uWUEac87CKi62xgr63dYiYb6U6qXQ=";
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