Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b197f05db656
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 397d17ba3390
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 2, 2019

  1. kdeApplications.okteta: 0.25.5 -> 0.26.0

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/okteta/versions
    r-ryantm committed Apr 2, 2019
    Copy the full SHA
    ab80300 View commit details

Commits on Apr 3, 2019

  1. Merge pull request #58731 from r-ryantm/auto-update/okteta

    kdeApplications.okteta: 0.25.5 -> 0.26.0
    peterhoeg authored Apr 3, 2019
    Copy the full SHA
    397d17b View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/editors/okteta/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/editors/okteta/default.nix
Original file line number Diff line number Diff line change
@@ -4,11 +4,11 @@

stdenv.mkDerivation rec {
name = "okteta-${version}";
version = "0.25.5";
version = "0.26.0";

src = fetchurl {
url = "mirror://kde/stable/okteta/${version}/src/${name}.tar.xz";
sha256 = "1680hx4n36msz86gyjsdr5v7nf8rpybvzrvfw8y98l95hfq3l6g9";
sha256 = "0rxvbllisz4zl687zgpb9jj2nbxgfhhf2bj8bnsfaab5jb6jpi2y";
};

nativeBuildInputs = [ qtscript extra-cmake-modules kdoctools ];