Loading pkgs/by-name/gi/gitoxide/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -18,16 +18,16 @@ let in rustPlatform.buildRustPackage (finalAttrs: { pname = "gitoxide"; version = "0.50.0"; version = "0.52.0"; src = fetchFromGitHub { owner = "GitoxideLabs"; repo = "gitoxide"; tag = "v${finalAttrs.version}"; hash = "sha256-TUBBt0RxmyXjBF4fKG6slfU19DjbWkPsaUww0ILz8/k="; hash = "sha256-nOpe+w0ILxS2f7EdDo1gg31eaESobKHdQ1F4pzpxsfE="; }; cargoHash = "sha256-CLFDZ/fv0FLcbWvF8LN8dTOKeRCsVy2Ff2kqqWk0LLM="; cargoHash = "sha256-z/aytFu8b23cVsZuIBcjbNUhsvoWi5saQKVgrCEq5+s="; nativeBuildInputs = [ cmake Loading Loading @@ -60,7 +60,7 @@ rustPlatform.buildRustPackage (finalAttrs: { mit # or asl20 ]; maintainers = [ ]; maintainers = with lib.maintainers; [ hythera ]; # NB: `ein` is also provided by this package, but `nix run # nixpkgs#gitoxide` doesn't work at all without this set. mainProgram = "gix"; Loading Loading
pkgs/by-name/gi/gitoxide/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -18,16 +18,16 @@ let in rustPlatform.buildRustPackage (finalAttrs: { pname = "gitoxide"; version = "0.50.0"; version = "0.52.0"; src = fetchFromGitHub { owner = "GitoxideLabs"; repo = "gitoxide"; tag = "v${finalAttrs.version}"; hash = "sha256-TUBBt0RxmyXjBF4fKG6slfU19DjbWkPsaUww0ILz8/k="; hash = "sha256-nOpe+w0ILxS2f7EdDo1gg31eaESobKHdQ1F4pzpxsfE="; }; cargoHash = "sha256-CLFDZ/fv0FLcbWvF8LN8dTOKeRCsVy2Ff2kqqWk0LLM="; cargoHash = "sha256-z/aytFu8b23cVsZuIBcjbNUhsvoWi5saQKVgrCEq5+s="; nativeBuildInputs = [ cmake Loading Loading @@ -60,7 +60,7 @@ rustPlatform.buildRustPackage (finalAttrs: { mit # or asl20 ]; maintainers = [ ]; maintainers = with lib.maintainers; [ hythera ]; # NB: `ein` is also provided by this package, but `nix run # nixpkgs#gitoxide` doesn't work at all without this set. mainProgram = "gix"; Loading