move-mount-beneath: unstable-2023-11-26 -> 0-unstable-2025-09-24 (#445778)

authored by dotlambda and committed by GitHub c67bf60f c65a2a6c

+3 -13
+3 -13
pkgs/by-name/mo/move-mount-beneath/package.nix
··· 2 2 lib, 3 3 stdenv, 4 4 fetchFromGitHub, 5 - fetchpatch, 6 5 }: 7 6 8 7 stdenv.mkDerivation { 9 8 pname = "move-mount-beneath"; 10 - version = "unstable-2023-11-26"; 9 + version = "0-unstable-2025-09-24"; 11 10 12 11 src = fetchFromGitHub { 13 12 owner = "brauner"; 14 13 repo = "move-mount-beneath"; 15 - rev = "d3d16c0d7766eb1892fcc24a75f8d35df4b0fe45"; 16 - hash = "sha256-hUboFthw9ABwK6MRSNg7+iu9YbiJALNdsw9Ub3v43n4="; 14 + rev = "f8773d1f99f9cfa2f5bf173e1b1d1b21eb1ee446"; 15 + hash = "sha256-C7QiClwFTKBcdmGilwZSCAsaVoEDXTO9384Y/47JrPk="; 17 16 }; 18 17 19 18 installPhase = '' ··· 21 20 install -D move-mount $out/bin/move-mount 22 21 runHook postInstall 23 22 ''; 24 - 25 - patches = [ 26 - # Fix uninitialized variable in flags_attr, https://github.com/brauner/move-mount-beneath/pull/2 27 - (fetchpatch { 28 - name = "aarch64"; 29 - url = "https://github.com/brauner/move-mount-beneath/commit/0bd0b863f7b98608514d90d4f2a80a21ce2e6cd3.patch"; 30 - hash = "sha256-D3TttAT0aFqpYC8LuVnrkLwDcfVFOSeYzUDx6VqPu1Q="; 31 - }) 32 - ]; 33 23 34 24 meta = { 35 25 description = "Toy binary to illustrate adding a mount beneath an existing mount";