vid-stab: unstable-2022-05-30 -> 1.1.1-unstable-2025-08-21 (#442095)

This commit is contained in:
K900
2025-09-19 17:31:06 +03:00
committed by GitHub
@@ -6,15 +6,15 @@
openmp,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "vid.stab";
version = "unstable-2022-05-30";
version = "1.1.1-unstable-2025-08-21";
src = fetchFromGitHub {
owner = "georgmartius";
repo = pname;
rev = "90c76aca2cb06c3ff6f7476a7cd6851b39436656";
sha256 = "sha256-p1VRnkBeUpET3O2FmaJMyN5/EoSOQLdmRIVbzZcQaKY=";
repo = "vid.stab";
rev = "4bd81e3cdd778e2e0edc591f14bba158ec40cfa1";
hash = "sha256-imSy1ywpGWbghP65NoPgUJBJmHUY5OsLWmIXk6Q1MQ4=";
};
nativeBuildInputs = [ cmake ];