bino3d: 2.2 -> 2.3

This commit is contained in:
R. Ryantm 2024-10-16 11:22:10 +00:00
parent 10eedf98f6
commit 28bb0919b9

View File

@ -14,12 +14,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bino";
version = "2.2";
version = "2.3";
src = fetchgit {
url = "https://git.marlam.de/git/bino.git";
rev = "bino-${finalAttrs.version}";
hash = "sha256-t7bkpYOswGEjUg+k2gjUkWwZJjj44KIVrEQs5P4DoSI=";
hash = "sha256-3DnEVde7LzaQUMhPi/RosRIW9j8bbkPVkihO5swCbws=";
};
nativeBuildInputs = [