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: 40c567de0fb2
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9f5eb3c2f47a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 9, 2018

  1. krop: 0.5.0 -> 0.5.1

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/krop/versions
    r-ryantm committed Nov 9, 2018

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    nomadium Miguel Landaeta
    Copy the full SHA
    8c13a37 View commit details

Commits on Nov 10, 2018

  1. Merge pull request #50058 from r-ryantm/auto-update/krop

    krop: 0.5.0 -> 0.5.1
    Mic92 authored Nov 10, 2018
    Copy the full SHA
    9f5eb3c View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/graphics/krop/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/krop/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

python3Packages.buildPythonApplication rec {
pname = "krop";
version = "0.5.0";
version = "0.5.1";

src = fetchFromGitHub {
owner = "arminstraub";
repo = pname;
rev = "v${version}";
sha256 = "0y8z9xr10wbzmi1dg1zpcsf3ihnxrnvlaf72821x3390s3qsnydf";
sha256 = "0b1zqpks4vzq7sfhf7r9qrshr77f1ncj18x7d0fa3g29rxa42dcr";
};

propagatedBuildInputs = with python3Packages; [