Loading pkgs/by-name/se/sendme/Cargo.lockdeleted 100644 → 0 +0 −4505 File deleted.Preview size limit exceeded, changes collapsed. Show changes pkgs/by-name/se/sendme/package.nix +3 −8 Original line number Diff line number Diff line Loading @@ -7,21 +7,16 @@ rustPlatform.buildRustPackage rec { pname = "sendme"; version = "0.3.0"; version = "0.5.0"; src = fetchFromGitHub { owner = "n0-computer"; repo = pname; rev = "v${version}"; hash = "sha256-UaAiHGeSqy4kHO9CZX3kYeECZDo45web6yMbBRVnlhQ="; hash = "sha256-y34x4XLIWsxS5+R+6rAejz0z6TCTxoQYPosXmpt9234="; }; # TODO: Remove lock file and use 'cargoHash' instead once `watchable` crate # is upgraded past v1.1.1. # See https://github.com/khonsulabs/watchable/issues/1 cargoLock = { lockFile = ./Cargo.lock; }; cargoHash = "sha256-q4U4w4STs+34gJNyIibitf6RMvH6P/kBDZlOcwFrOxw="; buildInputs = lib.optionals stdenv.isDarwin ( with darwin.apple_sdk.frameworks; [ Loading Loading
pkgs/by-name/se/sendme/Cargo.lockdeleted 100644 → 0 +0 −4505 File deleted.Preview size limit exceeded, changes collapsed. Show changes
pkgs/by-name/se/sendme/package.nix +3 −8 Original line number Diff line number Diff line Loading @@ -7,21 +7,16 @@ rustPlatform.buildRustPackage rec { pname = "sendme"; version = "0.3.0"; version = "0.5.0"; src = fetchFromGitHub { owner = "n0-computer"; repo = pname; rev = "v${version}"; hash = "sha256-UaAiHGeSqy4kHO9CZX3kYeECZDo45web6yMbBRVnlhQ="; hash = "sha256-y34x4XLIWsxS5+R+6rAejz0z6TCTxoQYPosXmpt9234="; }; # TODO: Remove lock file and use 'cargoHash' instead once `watchable` crate # is upgraded past v1.1.1. # See https://github.com/khonsulabs/watchable/issues/1 cargoLock = { lockFile = ./Cargo.lock; }; cargoHash = "sha256-q4U4w4STs+34gJNyIibitf6RMvH6P/kBDZlOcwFrOxw="; buildInputs = lib.optionals stdenv.isDarwin ( with darwin.apple_sdk.frameworks; [ Loading