Merge pull request #136522 from fortuneteller2k/river

river, kile-wl: update
This commit is contained in:
Artturi 2021-09-28 08:33:28 +03:00 committed by GitHub
commit c05048b3e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -2,20 +2,20 @@
rustPlatform.buildRustPackage rec {
pname = "kile-wl";
version = "unstable-2021-08-03";
version = "unstable-2021-09-02";
src = fetchFromGitLab {
owner = "snakedye";
repo = "kile";
rev = "7f0b1578352d935084d3d56ef42487d2a8cfbfe8";
sha256 = "sha256-Ir9LNQt7/7TjhCJ69HYx1tBXeq/i7F3ydmenvchZgDI=";
rev = "acd61f7e59cc34091c976b0cdc3067dd35b53cae";
sha256 = "sha256-O5sdPw9tR3GFPmJmb/QDmdBc7yeSGui4k+yn4Xo016A=";
};
passthru.updateScript = unstableGitUpdater {
url = "https://gitlab.com/snakedye/kile.git";
};
cargoSha256 = "sha256-195rPxX3BTxJ0xLgye14aWuBd5OuJ30wyUa4wrbQ3Xo=";
cargoSha256 = "sha256-2QCv5fk0AH4sv0QJ/16zniHfg3HZLoHB7dl6vSfkxpE=";
nativeBuildInputs = [ scdoc ];

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "river";
version = "unstable-2021-08-03";
version = "unstable-2021-08-19";
src = fetchFromGitHub {
owner = "ifreund";
repo = pname;
rev = "2fc0875a3e17a0328d14d0c6323bd8022d5b15de";
sha256 = "sha256-Cs9RRubxy0DY6ILRZY36HtcoqBvzbN7NEfpREq1KBBQ=";
rev = "e59c2a73d72853cb54f55eecc446f337c94cda24";
sha256 = "sha256-R/Wg8KLh4v3ccX1Uh0Q+7026tRH7XLxHpX9/BgsGGdA=";
fetchSubmodules = true;
};